Fix turnserver check not being started when restoring from cache

This commit is contained in:
Nicolas Werner 2021-12-13 18:32:54 +01:00
parent 2974c541c5
commit 9b9d4bec70
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

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