Run storage service sync after linking

This commit is contained in:
Fedor Indutny 2024-02-16 14:05:36 -08:00 committed by GitHub
parent 19f5d4a213
commit a569c04e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();