Merge branch 'develop' of github.com:matrix-org/synapse into failures

This commit is contained in:
Erik Johnston 2015-02-17 15:15:07 +00:00
commit c02da58a9d
34 changed files with 1909 additions and 92 deletions

View file

@ -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"]