From aac96da2e27be4da27e0d69861717cdc6f029512 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 8 Mar 2022 21:10:38 +0100 Subject: [PATCH] Revert "Show RoomList when cached state is loaded" This reverts commit db5f3285395c52dca16be92dcecbeeaa88a74fba. --- src/controller.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/controller.cpp b/src/controller.cpp index 0aadd88f4..92defd35d 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -292,9 +292,6 @@ void Controller::invokeLogin() setActiveConnection(connection); connectSingleShot(connection, &Connection::syncDone, this, &Controller::initiated); } - if (!connection->nextBatchToken().isEmpty()) { - Q_EMIT initiated(); - } }); connect(connection, &Connection::loginError, this, [this, connection](const QString &error, const QString &) { if (error == "Unrecognised access token") {