diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index eb23a7a4..589719db 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -1022,6 +1022,10 @@ export class BaileysStartupService extends ChannelStartupService { } } + if (!remoteLid && chat.accountLid.search('@lid') !== -1) { + remoteLid = chat.accountLid; + } + if (!remoteJid) { remoteJid = chat.id; }