mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 15:56:02 -04:00
Notify users about invites.
This commit is contained in:
parent
407d8a5019
commit
65f846ade0
3 changed files with 14 additions and 10 deletions
|
@ -431,7 +431,10 @@ class FederationHandler(BaseHandler):
|
|||
backfilled=False,
|
||||
)
|
||||
|
||||
yield self.notifier.on_new_room_event(event)
|
||||
target_user = self.hs.parse_userid(event.state_key)
|
||||
yield self.notifier.on_new_room_event(
|
||||
event, extra_users=[target_user],
|
||||
)
|
||||
|
||||
defer.returnValue(self.pdu_codec.pdu_from_event(event))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue