Fix pagestack after login

This commit is contained in:
Tobias Fella
2021-07-06 15:45:19 +00:00
parent aba96ffb83
commit 73de1af321
3 changed files with 5 additions and 11 deletions

View File

@@ -289,7 +289,6 @@ void RoomListModel::updateRoom(Room *room, Room *prev)
} else {
beginInsertRows(QModelIndex(), m_rooms.count(), m_rooms.count());
doAddRoom(newRoom);
RoomManager::instance().enterRoom(qobject_cast<NeoChatRoom *>(newRoom));
endInsertRows();
}
}