summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-22 17:27:54 +0100
committerDavid Baker <dave@matrix.org>2016-04-22 17:27:54 +0100
commitc553797c4f0b772cfa9c9370d0789bf32d82e6c5 (patch)
treeb9eabfcbf0882782747f7320b75ae90b71e2110d /synapse/push
parentAdd WIP email template files (diff)
downloadsynapse-c553797c4f0b772cfa9c9370d0789bf32d82e6c5.tar.xz
No inlineCallbacks necessary on this
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/emailpusher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/emailpusher.py b/synapse/push/emailpusher.py
index 7c810029fa..dcbee4c3fe 100644
--- a/synapse/push/emailpusher.py
+++ b/synapse/push/emailpusher.py
@@ -82,7 +82,6 @@ class EmailPusher(object):
         self.max_stream_ordering = max(max_stream_ordering, self.max_stream_ordering)
         yield self._process()
 
-    @defer.inlineCallbacks
     def on_new_receipts(self, min_stream_id, max_stream_id):
         # We could wake up and cancel the timer but there tend to be quite a
         # lot of read receipts so it's probably less work to just let the