Skip to content
Snippets Groups Projects
Verified Commit f3ff5669 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix crash on logout (why did that line vanish?!?)

parent 62b3b461
No related branches found
No related tags found
No related merge requests found
Pipeline #3219 failed
...@@ -616,6 +616,7 @@ ChatPage::handleSyncResponse(const mtx::responses::Sync &res, const std::string ...@@ -616,6 +616,7 @@ ChatPage::handleSyncResponse(const mtx::responses::Sync &res, const std::string
} }
} catch (const lmdb::error &e) { } catch (const lmdb::error &e) {
nhlog::db()->warn("Logged out in the mean time, dropping sync"); nhlog::db()->warn("Logged out in the mean time, dropping sync");
return;
} }
nhlog::net()->debug("sync completed: {}", res.next_batch); nhlog::net()->debug("sync completed: {}", res.next_batch);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment