mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 12:46:08 -04:00
Allow unhiding events that the C-S API filters away by default
This commit is contained in:
parent
4f525ff19c
commit
3ec25f27ab
3 changed files with 12 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue