Fix room selection on Home (#) screen

This commit is contained in:
N-Pex 2023-03-16 17:03:37 +01:00 committed by n8fr8
parent 76ca3f8e70
commit 2117877592

View file

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