whatsapp-web.js
whatsapp-web.js copied to clipboard
Contact details are incorrect
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
When using the getContacts() and getContactByID(), the details received after the promise is returned incorrect such as a contact that is already saved is shown as not saved
Example: Saved Number = +91 1234567890 isMyContact property of both methods will return "FALSE"are
Expected behavior
As a user I expected it to show that the contact is saved but it shows that it isn't saved
Steps to Reproduce the Bug or Issue
let c = await client.getContactById("[email protected]"); console.log(c);
Relevant Code
No response
Browser Type
Google Chrome
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
Windows 11 Node - 16.14.2
Additional context
No response
Got the same issue here.
Got the same issue here, plus it's returning that a number has whatsapp even if it doesn't.
Will investigate, thanks for reporting
same here
Fixed after #2385