Support for local deletes synced to all your devices
This commit is contained in:
parent
06f71a7ef8
commit
11eb1782a7
39 changed files with 2094 additions and 72 deletions
1
ts/types/Storage.d.ts
vendored
1
ts/types/Storage.d.ts
vendored
|
@ -79,6 +79,7 @@ export type StorageAccessType = {
|
|||
lastAttemptedToRefreshProfilesAt: number;
|
||||
lastResortKeyUpdateTime: number;
|
||||
lastResortKeyUpdateTimePNI: number;
|
||||
localDeleteWarningShown: boolean;
|
||||
masterKey: string;
|
||||
masterKeyLastRequestTime: number;
|
||||
maxPreKeyId: number;
|
||||
|
|
|
@ -23,6 +23,7 @@ export const STORAGE_UI_KEYS: ReadonlyArray<keyof StorageAccessType> = [
|
|||
'hasCompletedSafetyNumberOnboarding',
|
||||
'hasCompletedUsernameLinkOnboarding',
|
||||
'hide-menu-bar',
|
||||
'localDeleteWarningShown',
|
||||
'incoming-call-notification',
|
||||
'navTabsCollapsed',
|
||||
'notification-draw-attention',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue