Fix story backups mock test & read-receipt setting restoration

This commit is contained in:
trevor-signal
2024-08-28 17:20:33 -04:00
committed by GitHub
parent 1898e964ad
commit 4c7ce51caf
4 changed files with 15 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ export type StorageAccessType = {
hasSeenGroupStoryEducationSheet: boolean;
hasViewedOnboardingStory: boolean;
hasStoriesDisabled: boolean;
storyViewReceiptsEnabled: boolean;
storyViewReceiptsEnabled: boolean | undefined;
identityKeyMap: IdentityKeyMap;
lastAttemptedToRefreshProfilesAt: number;
lastResortKeyUpdateTime: number;