Run integrity checks on database corruption
This commit is contained in:
@@ -911,6 +911,8 @@ export type ServerInterface = DataInterface & {
|
||||
allStickers: ReadonlyArray<string>
|
||||
) => Promise<Array<string>>;
|
||||
getAllBadgeImageFileLocalPaths: () => Promise<Set<string>>;
|
||||
|
||||
runCorruptionChecks: () => void;
|
||||
};
|
||||
|
||||
export type GetRecentStoryRepliesOptionsType = {
|
||||
|
Reference in New Issue
Block a user