fix(whatsapp): preserve group message IDs and normalize reaction participants

This commit is contained in:
Jake
2026-01-10 18:06:53 +13:00
committed by Peter Steinberger
parent 9f9098406c
commit 4933113252
4 changed files with 60 additions and 9 deletions

View File

@@ -620,7 +620,7 @@ export async function monitorWebInbox(options: {
remoteJid: jid,
id: messageId,
fromMe,
participant,
participant: participant ? toWhatsappJid(participant) : undefined,
},
},
});