summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-02-11 10:43:32 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-11 10:43:32 +0000
commitd6eae548a7c08836bbf51749e2877fbe5d0edf81 (patch)
tree950c093072bfbce5deed7af6c1c18c5c0442d741 /synapse/handlers/sync.py
parentMerge branch 'release-v1.10.0' into matrix-org-hotfixes (diff)
parent1.10.0rc4 (diff)
downloadsynapse-d6eae548a7c08836bbf51749e2877fbe5d0edf81.tar.xz
Merge branch 'release-v1.10.0' into matrix-org-hotfixes v1.10.0rc4
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 83389d19db..14e7e6ab5b 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -886,6 +886,7 @@ class SyncHandler(object): 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(self, room_id, sync_config):