Merge branch 'fix-home-room-selection' into 'dev'
Fix room selection on Home (#) screen See merge request keanuapp/keanuapp-weblite!150
This commit is contained in:
commit
ee27149d3d
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