remove rended driven email path

This commit is contained in:
Arjun 2026-05-18 17:52:15 +05:30
parent 3eaf752c94
commit 1e90ce1a49
9 changed files with 93 additions and 271 deletions

View file

@ -124,16 +124,6 @@ const ipcSchemas = {
req: WorkspaceChangeEvent,
res: z.null(),
},
'gmail:getThread': {
req: z.object({
threadId: z.string().min(1),
expectedHistoryId: z.string().optional(),
}),
res: z.object({
thread: GmailThreadSchema.nullable(),
error: z.string().optional(),
}),
},
'gmail:getImportant': {
req: z.object({
cursor: z.string().optional(),