summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-14 02:22:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-14 02:23:52 +0200
commitd2561b0512300d1bff720b284cb5a1e247cad8a0 (patch)
tree4bf87512f209a58cdcf80f9f63ee047a36debe54 /src
parentFix stopping the fallback removal timer starter (diff)
downloadnheko-d2561b0512300d1bff720b284cb5a1e247cad8a0.tar.xz
Use newer libolm
Diffstat (limited to 'src')
-rw-r--r--src/ChatPage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 674a5424..cd7f3779 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -242,7 +242,8 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QObject *parent) this, [this]() { QTimer::singleShot(std::chrono::minutes(5), this, &ChatPage::removeOldFallbackKey); - disconnect(this, &ChatPage::newSyncResponse, this, &ChatPage::startRemoveFallbackKeyTimer); + disconnect( + this, &ChatPage::newSyncResponse, this, &ChatPage::startRemoveFallbackKeyTimer); }, Qt::QueuedConnection);