Refresh remote config right after registration
This commit is contained in:
parent
c286e0f9c6
commit
7164b603e9
1 changed files with 1 additions and 0 deletions
|
@ -1853,6 +1853,7 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
// Cancel throttled calls to refreshRemoteConfig since our auth changed.
|
||||
window.Signal.RemoteConfig.maybeRefreshRemoteConfig.cancel();
|
||||
window.Signal.RemoteConfig.maybeRefreshRemoteConfig(server);
|
||||
|
||||
connect(true);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue