Backup import/export consistency fixes

This commit is contained in:
Fedor Indutny
2024-09-16 14:30:39 -07:00
committed by GitHub
parent fd408c52cf
commit 8dabe4fbe4
9 changed files with 195 additions and 62 deletions

View File

@@ -2094,7 +2094,9 @@ export async function startApp(): Promise<void> {
storage,
});
void routineProfileRefresher.start();
if (!window.SignalCI?.isBackupIntegration) {
void routineProfileRefresher.start();
}
}
drop(usernameIntegrity.start());