mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix condition
This commit is contained in:
parent
69ce55c510
commit
9c0775e86a
@ -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…
Reference in New Issue
Block a user