Fix room selection on Home (#) screen
This commit is contained in:
parent
76ca3f8e70
commit
2117877592
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
roomChange(roomId) {
|
roomChange(roomId) {
|
||||||
if (roomId == null || roomId == undefined || roomId == this.$matrix.currentRoomId) {
|
if (roomId == null || roomId == undefined) {
|
||||||
// Ignore, this is caused by "new room" etc.
|
// Ignore, this is caused by "new room" etc.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue