mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Stop round-tripping wallpaper data
This commit is contained in:
13
ts/types/Storage.d.ts
vendored
13
ts/types/Storage.d.ts
vendored
@@ -78,12 +78,6 @@ export type StorageAccessType = {
|
||||
blocked: ReadonlyArray<string>;
|
||||
defaultConversationColor: DefaultConversationColorType;
|
||||
|
||||
// Not used UI, stored as is when imported from backup.
|
||||
defaultWallpaperPhotoPointer: Uint8Array;
|
||||
defaultWallpaperPreset: number;
|
||||
defaultDimWallpaperInDarkMode: boolean;
|
||||
defaultAutoBubbleColor: boolean;
|
||||
|
||||
customColors: CustomColorsItemType;
|
||||
device_name: string;
|
||||
existingOnboardingStoryMessageIds: ReadonlyArray<string> | undefined;
|
||||
@@ -250,6 +244,13 @@ export type StorageAccessType = {
|
||||
|
||||
avatarsHaveBeenMigrated: boolean;
|
||||
|
||||
// Test-only
|
||||
// Not used UI, stored as is when imported from backup during tests
|
||||
defaultWallpaperPhotoPointer: Uint8Array;
|
||||
defaultWallpaperPreset: number;
|
||||
defaultDimWallpaperInDarkMode: boolean;
|
||||
defaultAutoBubbleColor: boolean;
|
||||
|
||||
// Deprecated
|
||||
'challenge:retry-message-ids': never;
|
||||
nextSignedKeyRotationTime: number;
|
||||
|
||||
Reference in New Issue
Block a user