mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Fold federation/handler into handlers/federation
This commit is contained in:
parent
6966971a28
commit
d2798de660
9 changed files with 165 additions and 189 deletions
|
@ -43,4 +43,5 @@ class BaseRoomHandler(BaseHandler):
|
|||
|
||||
self.notifier.on_new_room_event(event, store_id)
|
||||
|
||||
yield self.hs.get_federation().handle_new_event(event, snapshot)
|
||||
federation_handler = self.hs.get_handlers().federation_handler
|
||||
yield federation_handler.handle_new_event(event, snapshot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue