We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deb4494 + c6a7e23 commit ff9ff60Copy full SHA for ff9ff60
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -1358,6 +1358,10 @@ export class BaileysStartupService extends ChannelStartupService {
1358
}
1359
1360
1361
+ if (messageRaw.key.remoteJid?.includes('@lid') && messageRaw.key.remoteJidAlt) {
1362
+ messageRaw.key.remoteJid = messageRaw.key.remoteJidAlt;
1363
+ }
1364
+
1365
this.logger.log(messageRaw);
1366
1367
this.sendDataWebhook(Events.MESSAGES_UPSERT, messageRaw);
0 commit comments