Refactor app initialization logic

This commit is contained in:
trevor-signal
2025-02-12 13:37:30 -05:00
committed by GitHub
parent 205c477082
commit 4c3db76bde
17 changed files with 394 additions and 582 deletions

View File

@@ -211,6 +211,8 @@ export type StorageAccessType = {
// The `firstAppVersion` present on an BackupInfo from an imported backup.
restoredBackupFirstAppVersion: string;
postRegistrationSyncsStatus: 'incomplete' | 'complete';
// Deprecated
'challenge:retry-message-ids': never;
nextSignedKeyRotationTime: number;