Use newer libolm
This commit is contained in:
parent
a2d3990f90
commit
d2561b0512
2 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue