Remove dead connection

This commit is contained in:
Tobias Fella
2021-04-08 12:47:51 +02:00
parent 86c43ce169
commit becb3a1870

View File

@@ -271,11 +271,6 @@ Kirigami.ApplicationWindow {
}
}
function onRoomJoined(roomId) {
const room = Controller.activeConnection.room(roomId);
return roomManager.enterRoom(room);
}
function onConnectionDropped() {
if (Controller.accountCount === 0) {
pageStack.clear();