Run integrity checks on database corruption

This commit is contained in:
Fedor Indutny
2023-10-11 01:19:11 +02:00
committed by GitHub
parent 064659657f
commit f5c18cfb51
5 changed files with 76 additions and 14 deletions

View File

@@ -911,6 +911,8 @@ export type ServerInterface = DataInterface & {
allStickers: ReadonlyArray<string>
) => Promise<Array<string>>;
getAllBadgeImageFileLocalPaths: () => Promise<Set<string>>;
runCorruptionChecks: () => void;
};
export type GetRecentStoryRepliesOptionsType = {