mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue