Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Divino67 opened this issue Mar 6, 2024 · 0 comments
Open
Labels
bug Something isn't working needs triage

Comments

@Divino67
Copy link

Divino67 commented Mar 6, 2024

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 Divino67 added bug Something isn't working needs triage labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant