wppconnect icon indicating copy to clipboard operation
wppconnect copied to clipboard

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

Open Divino67 opened this issue 11 months ago • 1 comments

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

Divino67 avatar Mar 06 '24 20:03 Divino67

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

shivamkb17 avatar Jun 13 '24 20:06 shivamkb17