Allow unhiding events that the C-S API filters away by default

This commit is contained in:
Tulir Asokan 2023-02-12 14:54:24 +02:00
parent 4f525ff19c
commit 3ec25f27ab
3 changed files with 12 additions and 2 deletions

View file

@ -1175,7 +1175,6 @@ class SyncHandler:
for e in await sync_config.filter_collection.filter_room_state(
list(state.values())
)
if e.type != EventTypes.Aliases # until MSC2261 or alternative solution
}
async def _find_missing_partial_state_memberships(