Skip to content

Commit bbbe667

Browse files
authored
Copied the last status of original messages
1 parent ebe9b00 commit bbbe667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ export class BaileysStartupService extends ChannelStartupService {
15091509
remoteJid: key.remoteJid,
15101510
fromMe: key.fromMe,
15111511
participant: key?.remoteJid,
1512-
status: status[update.status],
1512+
status: status[update.status] || findMessage.status,
15131513
pollUpdates,
15141514
instanceId: this.instanceId,
15151515
};

0 commit comments

Comments
 (0)