summary refs log tree commit diff
path: root/src/MatrixClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/MatrixClient.cc')
-rw-r--r--src/MatrixClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MatrixClient.cc b/src/MatrixClient.cc

index 8214cfc5..2878c4bb 100644 --- a/src/MatrixClient.cc +++ b/src/MatrixClient.cc
@@ -359,7 +359,7 @@ MatrixClient::initialSync() noexcept try { mtx::responses::Sync response = nlohmann::json::parse(reply->readAll()); emit initialSyncCompleted(response); - } catch (DeserializationException &e) { + } catch (std::exception &e) { qWarning() << "Sync malformed response" << e.what(); return; }