wppconnect
wppconnect copied to clipboard
onAck method does not report when an edited message has been edited again
Description
Only the first time a message is edited is captured by the method, if the edited message is edited again the event does not happen.
Environment
- WPPConnect version(s): 1.28.4
- WA-JS version(s): 2.28.1
- OS: Linux Ubuntu 22.04
- Node version: Node 18.17.1
- WhatsApp version: 2.2353.59
- MultiDevice (BETA): yes/no
Steps to Reproduce
Just start the project, scan the qr code and with another device edit a message sent to the cell phone that scanned the qr code, edit the message more than once to notice that the event is only captured the first time!
Your Code
client.onAck(async message => { console.log('message --> ',message); }
similar issue I am also facing? do you able to resolve it.