mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: set remote jid on quoted participant
This commit is contained in:
@@ -324,7 +324,7 @@ export const generateWAMessageFromContent = (
|
||||
|
||||
// if a participant is quoted, then it must be a group
|
||||
// hence, remoteJid of group must also be entered
|
||||
if (quoted.key.participant) {
|
||||
if (quoted.key.participant || quoted.participant) {
|
||||
message[key].contextInfo.remoteJid = quoted.key.remoteJid
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user