mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 20:46:07 -04:00
Remove store_id from notifier.on_new_room_event calls.
This commit is contained in:
parent
89c044c2a0
commit
8af5e360d6
2 changed files with 8 additions and 13 deletions
|
@ -110,7 +110,7 @@ class FederationHandler(BaseHandler):
|
|||
)
|
||||
|
||||
if not backfilled:
|
||||
yield self.notifier.on_new_room_event(event, store_id)
|
||||
yield self.notifier.on_new_room_event(event)
|
||||
|
||||
if event.type == RoomMemberEvent.TYPE:
|
||||
if event.membership == Membership.JOIN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue