Fix room selection on Home (#) screen

This commit is contained in:
N-Pex 2023-03-16 17:03:37 +01:00
parent 56ecca1add
commit 827267a623

View file

@ -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;
}