1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Remove deprecated m.room.aliases references (#9431)

* Remove deprecated `m.room.aliases` references

* Update SlashCommands.tsx
This commit is contained in:
Michael Telatynski
2022-10-17 10:58:46 +01:00
committed by GitHub
parent 2d9f828810
commit 6009d1c176
3 changed files with 6 additions and 13 deletions

View File

@@ -42,7 +42,6 @@ export function eventTriggersUnreadCount(ev: MatrixEvent): boolean {
case EventType.RoomThirdPartyInvite:
case EventType.CallAnswer:
case EventType.CallHangup:
case EventType.RoomAliases:
case EventType.RoomCanonicalAlias:
case EventType.RoomServerAcl:
case M_BEACON.name: