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

pull/1093/head
Nicolas Werner 2 years ago
parent 62b3b461ec
commit f3ff56692e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      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);

Loading…
Cancel
Save