wa-automate-nodejs icon indicating copy to clipboard operation
wa-automate-nodejs copied to clipboard

sendSeen lingering

Open Everton-Lourens opened this issue 2 years ago • 0 comments

Are you using the latest version of the library?

  • [X] I have checked and am using the latest version of the library.

What type of session are you experiencing this issue on?

Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag

What type of host account are you experiencing this issue on?

Business account

Mode

EASY API/CLI

Current Behavior

after answering, view (reply and view)

Expected Behavior

view and reply

Steps To Reproduce

create start await client.sendSeen(message.from); reply.... sendSeen....

(reply and view)

create() code OR full CLI command + CONFIG

await client.sendSeen(message.from);
         
         //taking time to view

DEBUG INFO

{
  "WA_VERSION": "2.2321.6",
  "WA_AUTOMATE_VERSION": "4.66.0",
  "BROWSER_VERSION": "HeadlessChrome/112.0.5614.0",
  "START_TS": 1684585566706,
  "RAM_INFO": "Total: 17.06 GB | Free: 9.23 GB",
  "PPTR_VERSION": "19.11.1",
  "LATEST_VERSION": true,
  "CLI": false,
  "PATCH_HASH": "e100e",
  "LAUNCH_TIME_MS": 16239,
  "ACC_TYPE": "BUSINESS",
  "chats": 0,
  "messages": 0,
  "contacts": 1,
  "isBiz": true,
  "isMd": true,
  "INSTANCE_ID": "3db36e69-8f3b-4852-8039-e7080d43c85a"
}

Environment

- OS: Windows 10

Screenshots/Logs

No response

Anything else?

No response

Everton-Lourens avatar May 20 '23 12:05 Everton-Lourens