1
0

filter out m.room.aliases from /sync state blocks (#6884)

* commit '01209382f':
  filter out m.room.aliases from /sync state blocks (#6884)
This commit is contained in:
Andrew Morgan
2020-03-23 17:12:00 +00:00
2 changed files with 2 additions and 0 deletions

1
changelog.d/6884.feature Normal file
View File

@@ -0,0 +1 @@
Filter out m.room.aliases from /sync state blocks until a full fix lands.

View File

@@ -932,6 +932,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(