Remove dead connection
This commit is contained in:
@@ -271,11 +271,6 @@ Kirigami.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function onRoomJoined(roomId) {
|
|
||||||
const room = Controller.activeConnection.room(roomId);
|
|
||||||
return roomManager.enterRoom(room);
|
|
||||||
}
|
|
||||||
|
|
||||||
function onConnectionDropped() {
|
function onConnectionDropped() {
|
||||||
if (Controller.accountCount === 0) {
|
if (Controller.accountCount === 0) {
|
||||||
pageStack.clear();
|
pageStack.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user