From 1ddbd4c769cf1420f92d37e5c1ab47dc674c6c41 Mon Sep 17 00:00:00 2001 From: pedro-php Date: Tue, 15 Apr 2025 14:21:34 -0300 Subject: [PATCH] message sent logs --- .../integrations/channel/whatsapp/whatsapp.baileys.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index e97cfce8..0e81fa25 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -3979,6 +3979,7 @@ export class BaileysStartupService extends ChannelStartupService { edit: data.key, }); + console.dir({messageSent}); if (messageSent) { const editedMessage = messageSent?.message?.protocolMessage || messageSent?.message?.editedMessage?.message?.protocolMessage;