Fix turnserver check not being started when restoring from cache

pull/841/head
Nicolas Werner 3 years ago
parent 2974c541c5
commit 9b9d4bec70
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      src/ChatPage.cpp

@ -427,6 +427,7 @@ ChatPage::loadStateFromCache()
getProfileInfo();
getBackupVersion();
verifyOneTimeKeyCountAfterStartup();
callManager_->refreshTurnServer();
emit contentLoaded();

Loading…
Cancel
Save