Skip to content

Conversation

@manfe
Copy link
Contributor

@manfe manfe commented Jan 21, 2026

This fix an error when using quoteMsgPayload in groups. Example: when quoting a message with mention:

WPP.chat.sendTextMessage('[email protected]', 'Hello! @<lidnumber>', {
  quotedMsg: lastMessage.id,
  quotedMsgPayload: strLastMessage,
  mentionedList: ['lidnumber@lid']
});

Was causing this error:

Error: gadd called without an id attr (id) at s
(https://static.whatsapp.net/rsrc.php/v4/yE/r/8_Dgf5nZjzc.js:77:180) at i.gadd
...
...

@manfe manfe merged commit cab8e41 into main Jan 21, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants