Remove all references of m.room.aliases
in react and js-sdk
#12680
Labels
A-Aliases
Help Wanted
Extra attention is needed
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Low/no impact on users
T-Task
Tasks for the team like planning
All tasks mentioned in #12337 have been implemented as part of MSC2432, but when searching for
m.room.aliases
in the code, there are still a few occurrences. I've postponed getting rid of those because we're still in the cross-signing sprint, but afterwards we probably want to clean that up.m.room.aliases
references to removematrix-react-sdk
:src/SlashCommands.tsx#L728
src/Unread.ts#L45
test/Unread-test.ts#L106
matrix-js-sdk
:src/@types/event.ts#L36-L39
src/models/room.ts#L1378
src/models/event.ts#L1588
src/models/room.ts#L1383
The text was updated successfully, but these errors were encountered: