mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Fix up the calls to the notifier for device messages
This commit is contained in:
parent
a662252758
commit
7ed5acacf4
2 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,7 @@ class SendToDeviceRestServlet(servlet.RestServlet):
|
|||
stream_id = yield self.store.add_messages_to_device_inbox(local_messages)
|
||||
|
||||
self.notifier.on_new_event(
|
||||
"to_device", stream_id, users=local_messages.keys()
|
||||
"to_device_key", stream_id, users=local_messages.keys()
|
||||
)
|
||||
|
||||
response = (200, {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue