mirror of
https://github.com/element-hq/synapse.git
synced 2025-04-10 02:03:58 +00:00
Fix condition
This commit is contained in:
parent
69ce55c510
commit
9c0775e86a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def filter_events_for_client(
|
|||
|
||||
erased_senders = yield storage.main.are_users_erased((e.sender for e in events))
|
||||
|
||||
if not filter_send_to_client:
|
||||
if filter_send_to_client:
|
||||
room_ids = {e.room_id for e in events}
|
||||
retention_policies = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue