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

BUG: Click replied message, I receive "Não foi possível encontrar a mensagem" #737

Closed
tonbotfy opened this issue Nov 6, 2022 · 2 comments
Labels
bug Something isn't working needs triage

Comments

@tonbotfy
Copy link

tonbotfy commented Nov 6, 2022

Description

When the bot sends the message, the recipient can see which message was replied to, but cannot go to it.
However, if I look at the bot's whatsapp and click on the answers, it can see all of them normally.

Environment

  • WhatsApp version: 2.2234.13
  • WA-JS version(s): 2.14.1
  • OS: Windows 10

Steps to Reproduce

Receive any message and use the sendText() method with quotedMessage.

Your Code

this.client.onAnyMessage((message) => this.onNewMessage(message))

onNewMessage = async (message: Message) => {
await this.client.sendText(message.chatId, 'replyed message', {
createChat: true,
quotedMsg: message.id,
waitForAck: true,
});
}

Additional context / Screenshot

image

@tonbotfy tonbotfy added bug Something isn't working needs triage labels Nov 6, 2022
@tonbotfy
Copy link
Author

@edgardmessias
Any answer?

@edgardmessias
Copy link
Contributor

Fixed at v2.15.2

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

2 participants