mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Add an assertion when updating conversations; update cleanData
This commit is contained in:
@@ -393,7 +393,6 @@ export type ClientInterface = DataInterface & {
|
||||
// Client-side only, and test-only
|
||||
|
||||
_removeConversations: (ids: Array<string>) => Promise<void>;
|
||||
_cleanData: (data: any, path?: string) => any;
|
||||
_jobs: { [id: string]: ClientJobType };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user