summary refs log tree commit diff
path: root/synapse/notifier.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-11-03 17:31:17 +0000
committerMark Haines <mark.haines@matrix.org>2015-11-03 17:31:17 +0000
commita3bfef35fd5fc26723d377839e1200f2de733723 (patch)
tree6315a13c38c7d55defff5b8674645d57b6ca47e3 /synapse/notifier.py
parentInclude read receipts in v2 sync (diff)
parentMerge pull request #335 from matrix-org/markjh/room_tags (diff)
downloadsynapse-a3bfef35fd5fc26723d377839e1200f2de733723.tar.xz
Merge branch 'develop' into markjh/v2_sync_receipts
Conflicts:
	synapse/handlers/sync.py
Diffstat (limited to 'synapse/notifier.py')
-rw-r--r--synapse/notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py
index f998fc83bf..a78ee3c1e7 100644
--- a/synapse/notifier.py
+++ b/synapse/notifier.py
@@ -270,7 +270,7 @@ class Notifier(object):
 
     @defer.inlineCallbacks
     def wait_for_events(self, user, rooms, timeout, callback,
-                        from_token=StreamToken("s0", "0", "0", "0")):
+                        from_token=StreamToken("s0", "0", "0", "0", "0")):
         """Wait until the callback returns a non empty response or the
         timeout fires.
         """