diff --git a/src/gui/MainPane/RoomList.qml b/src/gui/MainPane/RoomList.qml index b93c7c9a..a6b5a52d 100644 --- a/src/gui/MainPane/RoomList.qml +++ b/src/gui/MainPane/RoomList.qml @@ -182,8 +182,7 @@ HListView { ) || ( currentShouldBeAccount && item.type === "Account" && - item.id === wantedRoomId && - item.for_account === wantedUserId + item.id === wantedUserId )) { currentIndex = i return true