summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/ChatPage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index d4fbb801..0225ed27 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -616,6 +616,7 @@ ChatPage::handleSyncResponse(const mtx::responses::Sync &res, const std::string } } catch (const lmdb::error &e) { nhlog::db()->warn("Logged out in the mean time, dropping sync"); + return; } nhlog::net()->debug("sync completed: {}", res.next_batch);