Updated New Room Page
This commit is contained in:
parent
5294069b20
commit
a700e19990
30 changed files with 1263 additions and 763 deletions
|
|
@ -417,6 +417,14 @@ export default {
|
|||
}
|
||||
break;
|
||||
|
||||
case "m.room.canonical_alias":
|
||||
{
|
||||
if (this.currentRoomId && this.currentRoomId.startsWith("#") && !this.currentRoom) {
|
||||
this.currentRoom = this.getRoom(this.currentRoomId);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case STATE_EVENT_ROOM_DELETED:
|
||||
{
|
||||
const room = this.matrixClient.getRoom(event.getRoomId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue