mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Fix story backups mock test & read-receipt setting restoration
This commit is contained in:
2
ts/types/Storage.d.ts
vendored
2
ts/types/Storage.d.ts
vendored
@@ -80,7 +80,7 @@ export type StorageAccessType = {
|
||||
hasSeenGroupStoryEducationSheet: boolean;
|
||||
hasViewedOnboardingStory: boolean;
|
||||
hasStoriesDisabled: boolean;
|
||||
storyViewReceiptsEnabled: boolean;
|
||||
storyViewReceiptsEnabled: boolean | undefined;
|
||||
identityKeyMap: IdentityKeyMap;
|
||||
lastAttemptedToRefreshProfilesAt: number;
|
||||
lastResortKeyUpdateTime: number;
|
||||
|
||||
Reference in New Issue
Block a user