From bbbe667cfa5ad25592e48e59672dc4b805a39aa3 Mon Sep 17 00:00:00 2001 From: w35l3y Date: Sun, 1 Jun 2025 17:30:03 -0300 Subject: [PATCH] Copied the last status of original messages --- .../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 10feb7ce..4bf34bdc 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -1509,7 +1509,7 @@ export class BaileysStartupService extends ChannelStartupService { remoteJid: key.remoteJid, fromMe: key.fromMe, participant: key?.remoteJid, - status: status[update.status], + status: status[update.status] || findMessage.status, pollUpdates, instanceId: this.instanceId, };