summary refs log tree commit diff
path: root/synapse/notifier.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-11-04 16:01:00 +0000
committerMark Haines <mark.haines@matrix.org>2015-11-04 16:01:00 +0000
commit33b3e0404937452a079be36b1cb7951cc17d221b (patch)
tree151b669f040baaaad81b4f79d2ccc619932595c1 /synapse/notifier.py
parentRemove more unused parameters (diff)
parentMerge pull request #346 from matrix-org/markjh/remove_lock_manager (diff)
downloadsynapse-33b3e0404937452a079be36b1cb7951cc17d221b.tar.xz
Merge branch 'develop' into daniel/removesomelies
Conflicts:
	synapse/notifier.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 5c081fef17..b69da63d43 100644
--- a/synapse/notifier.py
+++ b/synapse/notifier.py
@@ -270,7 +270,7 @@ class Notifier(object):
 
     @defer.inlineCallbacks
     def wait_for_events(self, user, 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.
         """