Run storage service sync after linking
This commit is contained in:
parent
19f5d4a213
commit
a569c04e2e
1 changed files with 3 additions and 0 deletions
|
@ -1457,6 +1457,9 @@ export async function startApp(): Promise<void> {
|
|||
drop(window.Signal.RemoteConfig.maybeRefreshRemoteConfig(server));
|
||||
|
||||
drop(connect(true));
|
||||
|
||||
// Run storage service after linking
|
||||
drop(runStorageService());
|
||||
});
|
||||
|
||||
cancelInitializationMessage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue