mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 10:55:31 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into failures
This commit is contained in:
commit
c02da58a9d
34 changed files with 1909 additions and 92 deletions
|
@ -99,6 +99,12 @@ class Notifier(object):
|
|||
`extra_users` param.
|
||||
"""
|
||||
yield run_on_reactor()
|
||||
|
||||
# poke any interested application service.
|
||||
self.hs.get_handlers().appservice_handler.notify_interested_services(
|
||||
event
|
||||
)
|
||||
|
||||
room_id = event.room_id
|
||||
|
||||
room_source = self.event_sources.sources["room"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue