Deprecate storageServiceKey in SyncMessage.Keys

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2023-10-16 13:18:04 -07:00
committed by GitHub
parent 32046c0d19
commit bda5a9c0be
8 changed files with 62 additions and 26 deletions

View File

@@ -86,6 +86,8 @@ export type StorageAccessType = {
lastAttemptedToRefreshProfilesAt: number;
lastResortKeyUpdateTime: number;
lastResortKeyUpdateTimePNI: number;
masterKey: string;
masterKeyLastRequestTime: number;
maxPreKeyId: number;
maxPreKeyIdPNI: number;
maxKyberPreKeyId: number;