mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix turnserver check not being started when restoring from cache
This commit is contained in:
parent
2974c541c5
commit
9b9d4bec70
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ ChatPage::loadStateFromCache()
|
||||||
getProfileInfo();
|
getProfileInfo();
|
||||||
getBackupVersion();
|
getBackupVersion();
|
||||||
verifyOneTimeKeyCountAfterStartup();
|
verifyOneTimeKeyCountAfterStartup();
|
||||||
|
callManager_->refreshTurnServer();
|
||||||
|
|
||||||
emit contentLoaded();
|
emit contentLoaded();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue