summary refs log tree commit diff
path: root/synapse/notifier.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-26 16:02:59 +0100
committerErik Johnston <erik@matrix.org>2015-05-26 16:02:59 +0100
commit99eb1172b07f514f6ec9775e5572c7dc23ee552c (patch)
treec5cefd5b0334185780ffa8d391cb2d2f70c003af /synapse/notifier.py
parentMerge pull request #166 from matrix-org/bugs/SYN-390 (diff)
parentchangelog (diff)
downloadsynapse-99eb1172b07f514f6ec9775e5572c7dc23ee552c.tar.xz
Merge branch 'release-v0.9.1' of github.com:matrix-org/synapse into develop
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 4f47f88df8..078abfc56d 100644
--- a/synapse/notifier.py
+++ b/synapse/notifier.py
@@ -153,7 +153,7 @@ class Notifier(object):
 
             for x in self.room_to_user_streams.values():
                 all_user_streams |= x
-            for x in self.user_to_user_stream:
+            for x in self.user_to_user_stream.values():
                 all_user_streams.add(x)
             for x in self.appservice_to_user_streams.values():
                 all_user_streams |= x