Fix condition

This commit is contained in:
Brendan Abolivier 2020-03-11 15:32:07 +00:00
parent 936686ed2d
commit 6b73b8b70c
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 = {}