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