You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove deprecated m.room.aliases
references (#9431)
* Remove deprecated `m.room.aliases` references * Update SlashCommands.tsx
This commit is contained in:
committed by
GitHub
parent
2d9f828810
commit
6009d1c176
@ -103,7 +103,6 @@ describe('eventTriggersUnreadCount()', () => {
|
||||
EventType.RoomThirdPartyInvite,
|
||||
EventType.CallAnswer,
|
||||
EventType.CallHangup,
|
||||
EventType.RoomAliases,
|
||||
EventType.RoomCanonicalAlias,
|
||||
EventType.RoomServerAcl,
|
||||
];
|
||||
|
Reference in New Issue
Block a user