mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
fix(push): preserve distinct Android alerts while offline (#20066)
This commit is contained in:
@@ -26,7 +26,8 @@ export const PushNotificationSchema = z
|
||||
agentState: PushAgentStateSchema.nullable(),
|
||||
title: z.string().min(1).max(PUSH_LIMITS.titleMaxChars),
|
||||
body: z.string().max(PUSH_LIMITS.bodyMaxChars),
|
||||
worktreeId: z.string().min(1).max(2048).optional()
|
||||
worktreeId: z.string().min(1).max(2048).optional(),
|
||||
paneKey: z.string().min(1).max(2048).optional()
|
||||
})
|
||||
.strict()
|
||||
.refine(
|
||||
|
||||
Reference in New Issue
Block a user