From 3f91cf41e2e11a91e7a47a5e6c5f824db3d392ce Mon Sep 17 00:00:00 2001 From: eltonciatto Date: Sat, 3 Jan 2026 23:17:56 -0300 Subject: [PATCH] reverte undefined --- .../integrations/channel/whatsapp/whatsapp.baileys.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 59619c4c..7cd6a890 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -2432,7 +2432,7 @@ export class BaileysStartupService extends ChannelStartupService { } } - const linkPreview = options?.linkPreview !== false; + const linkPreview = options?.linkPreview != false ? undefined : false; let quoted: WAMessage;