-
-
Notifications
You must be signed in to change notification settings - Fork 668
Closed
Labels
Description
api/sendSeen not working on Chromium and Chrome (WEBJS), but works fine on NO Browser (NOWEB)
Already tested with all available options. When running a Chromium and Chrome (WEBJS) version, api returns 201 created, with the response as "1" - when messageId informed, or { ids: null } - when messageId not informed.
When running a NO Browser (NOWEB) version, it works fine - messageId informed or not.
Version
{
"version": "2025.7.5",
"engine": "WEBJS",
"tier": "WAHA+"
}
Steps
To Reproduce Steps to reproduce the behavior:
- Run Chrome or Chromium version
- Send POST api/sendSeen
- Response: 201 created - 1 or { ids: null }
- WhatsApp message NOT marked with double blue ticks
Expected behavior
- Run Chrome or Chromium version
- Send POS api/sendSeen
- Response: 201 created - { "ids": ["[email protected]_3AA1E240B683A31777C1"] }
- WhatsApp message marked with double blue ticks
Do you guys know what is really happening?
If we don't mark the message as seen BEFORE we send a new message, we could be flaged as a bot and being blocked.
rickafds, nitsi and oraphadev