Fix some backup integration tests

This commit is contained in:
Fedor Indutny 2024-09-12 16:48:27 -07:00 committed by GitHub
parent c68be0f86e
commit 3a991822c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 450 additions and 231 deletions

2
ts/model-types.d.ts vendored
View file

@ -119,7 +119,6 @@ export type MessageReactionType = {
fromId: string;
targetTimestamp: number;
timestamp: number;
receivedAtDate: undefined | number;
isSentByConversationId?: Record<string, boolean>;
};
@ -337,6 +336,7 @@ export type ConversationAttributesType = {
wallpaperPhotoPointerBase64?: string;
wallpaperPreset?: number;
dimWallpaperInDarkMode?: boolean;
autoBubbleColor?: boolean;
discoveredUnregisteredAt?: number;
firstUnregisteredAt?: number;