2
0

🛂 (whatsapp) Set default whatsapp expiry to 4 hours

This commit is contained in:
Baptiste Arnaud
2023-10-03 10:53:37 +02:00
parent 3292cccf51
commit a53d128fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ export const whatsAppSettingsSchema = z.object({
.describe('Expiration delay in hours after latest interaction'),
})
export const defaultSessionExpiryTimeout = 12
export const defaultSessionExpiryTimeout = 4
export type WhatsAppIncomingMessage = z.infer<typeof incomingMessageSchema>
export type WhatsAppSendingMessage = z.infer<typeof sendingMessageSchema>