mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Moves SQL to full IPC
This commit is contained in:
@@ -830,10 +830,6 @@ export type ServerInterface = DataInterface & {
|
||||
key: string;
|
||||
logger: LoggerType;
|
||||
}) => Promise<void>;
|
||||
initializeRenderer: (options: {
|
||||
configDir: string;
|
||||
key: string;
|
||||
}) => Promise<void>;
|
||||
|
||||
getKnownMessageAttachments: (
|
||||
cursor?: MessageAttachmentsCursorType
|
||||
@@ -913,11 +909,6 @@ export type ClientExclusiveInterface = {
|
||||
removeOtherData: () => Promise<void>;
|
||||
cleanupOrphanedAttachments: () => Promise<void>;
|
||||
ensureFilePermissions: () => Promise<void>;
|
||||
|
||||
// To decide whether to use IPC to use the database in the main process or
|
||||
// use the db already running in the renderer.
|
||||
goBackToMainProcess: () => Promise<void>;
|
||||
startInRendererProcess: (isTesting?: boolean) => Promise<void>;
|
||||
};
|
||||
|
||||
export type ClientInterface = DataInterface & ClientExclusiveInterface;
|
||||
|
||||
Reference in New Issue
Block a user