0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-19 19:18:19 +02:00

Fix condition

This commit is contained in:
Brendan Abolivier 2020-03-11 15:32:07 +00:00
parent 69ce55c510
commit 9c0775e86a
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -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 = {}