Run integrity checks on database corruption
This commit is contained in:
parent
064659657f
commit
f5c18cfb51
5 changed files with 76 additions and 14 deletions
|
@ -911,6 +911,8 @@ export type ServerInterface = DataInterface & {
|
|||
allStickers: ReadonlyArray<string>
|
||||
) => Promise<Array<string>>;
|
||||
getAllBadgeImageFileLocalPaths: () => Promise<Set<string>>;
|
||||
|
||||
runCorruptionChecks: () => void;
|
||||
};
|
||||
|
||||
export type GetRecentStoryRepliesOptionsType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue