mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 12:09:15 -04:00
Run filter_events_for_client
so we don't accidentally mail out events people shouldn't see
This commit is contained in:
parent
4ed1e45869
commit
424a7f48f8
7 changed files with 24 additions and 20 deletions
|
@ -399,7 +399,7 @@ class Notifier(object):
|
|||
|
||||
if name == "room":
|
||||
room_member_handler = self.hs.get_handlers().room_member_handler
|
||||
new_events = yield room_member_handler._filter_events_for_client(
|
||||
new_events = yield room_member_handler.filter_events_for_client(
|
||||
user.to_string(),
|
||||
new_events,
|
||||
is_peeking=is_peeking,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue