summary refs log tree commit diff
path: root/synapse/app
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-09-01 18:08:40 +0100
committerMark Haines <mark.haines@matrix.org>2016-09-01 18:08:40 +0100
commit7ed5acacf4eeba4e5c0fb03f0ed433c0461c968b (patch)
tree3d430217895ca4bc88c7928e26527efe4e2a2747 /synapse/app
parentReturn the current stream position from add_messages_to_device_inbox (diff)
downloadsynapse-7ed5acacf4eeba4e5c0fb03f0ed433c0461c968b.tar.xz
Fix up the calls to the notifier for device messages
Diffstat (limited to 'synapse/app')
-rw-r--r--synapse/app/synchrotron.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py
index b8cedc7af5..07d3d047c6 100644
--- a/synapse/app/synchrotron.py
+++ b/synapse/app/synchrotron.py
@@ -399,6 +399,9 @@ class SynchrotronServer(HomeServer):
             notify_from_stream(
                 result, "typing", "typing_key", room="room_id"
             )
+            notify_from_stream(
+                result, "to_device", "to_device_key", user="user_id"
+            )
 
         while True:
             try: