mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-16 07:50:31 -04:00
Send hidden events to users that want them
This commit is contained in:
parent
5ec53ac808
commit
aaf0bb2f50
3 changed files with 10 additions and 2 deletions
|
@ -929,7 +929,6 @@ class SyncHandler:
|
|||
for e in sync_config.filter_collection.filter_room_state(
|
||||
list(state.values())
|
||||
)
|
||||
if e.type != EventTypes.Aliases # until MSC2261 or alternative solution
|
||||
}
|
||||
|
||||
async def unread_notifs_for_room_id(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue