diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 99c7eb96..417d379e 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -1676,6 +1676,8 @@ export class BaileysStartupService extends ChannelStartupService { ephemeralExpiration?: number, // participants?: GroupParticipant[], ) { + sender = sender.toLowerCase(); + const option: any = { quoted, };