Use newer libolm

This commit is contained in:
Nicolas Werner 2022-05-14 02:22:33 +02:00
parent a2d3990f90
commit d2561b0512
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 4 additions and 3 deletions

View file

@ -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);