devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
831 stars 254 forks source link

[BUG][WEBJS] - reply to a message via api is not working on some numbers #243

Open ehussain opened 7 months ago

ehussain commented 7 months ago

Describe the bug

We are sending a reply to a incoming message,. and we are using api to send reply. However that reply message is delivered as normal message, but it is not delivered as a reply message on whatsapp.

Version

{
  "version": "2023.12.2",
  "engine": "WEBJS",
  "tier": "PLUS",
  "browser": "/usr/bin/chromium"
}

To Reproduce Steps to reproduce the behavior:

POST api/reply

{"chatId":"919033XXXXX@c.us","session":"XXXX","type":"text","text":"TEST","reply_to":"false_91903XXXXXZ@c.us_B40FF6780C396D86C4047XXXXXXX"}

Expected behavior

Ideally it should be sent as a reply on a whatsapp. But instead it is sent just like a normal message.

Engine I'm using WEBJS engine.

Docker Logs

No Exceptions in Logs

Screenshots

Expected Behaviour

image

Actual Buggy Behaviour image

ehussain commented 7 months ago

Whatsapp web shows the message like this, may be its useful information on why its not showing as actual reply.

image

allburov commented 7 months ago

Interesting, may be they have changed the way to reply on the message, will look a this!