mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 20:00:00 +00:00
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