wppconnect-team / wppconnect

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
https://wppconnect.io
Other
1.86k stars 330 forks source link

onAck method does not report when an edited message has been edited again #2092

Open Divino67 opened 7 months ago

Divino67 commented 7 months ago

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

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); }

shivamkb17 commented 3 months ago

similar issue I am also facing? do you able to resolve it.