From 85a74105890ba13ff062c6363c3f8158012204ae Mon Sep 17 00:00:00 2001 From: Italo Rodrigues Date: Wed, 21 May 2025 09:14:43 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corrige=20envio=20de=20=C3=A1udio=20com?= =?UTF-8?q?=20mensagem=20marcada=20na=20/message/sendWhatsAppAudio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 ddd9360..d2d1e4e 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -2406,7 +2406,7 @@ export class BaileysStartupService extends ChannelStartupService { ptt: true, mimetype: 'audio/ogg; codecs=opus', }, - { presence: 'recording', delay: data?.delay }, + { presence: 'recording', delay: data?.delay, quoted: data?.quoted }, ); }