-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Some messages are not getting returned when calling WPP.chat.getMessages #2552
Comments
https://youtu.be/2yw0GBOCd4o |
try it with
|
Doesn't work every time, with or without await. |
Hi @icleitoncosta did you get time to see this? |
I tried reproducing this error on WhatsApp version 2.3000.1019030618, but the issue did not occur. Could you update the whatsapp version and test it, please? |
WA-JS Version
3.15.1
WhatsApp Version
2.3000.1018520455
Browser Version
Chrome Version 131.0.6778.86 (Official Build) (64-bit)
Operation System
Windows 11
Steps to reproduce
Open a contact
Send a message and also receive a message from that contact at the same time.
Call WPP.chat.getMessages('918285501***@c.us', {
count: 50,
}) function and you will notice one of the last two messages is not coming.
What is expected?
All the messages along with last two messages which are being sent or received should be there.
What is actually happening?
One of the last two messages is not coming when calling the WPP.chat.getMessages('918285501***@c.us', {
count: 50,
}); function.
Any additional comments?
Video : https://youtu.be/2yw0GBOCd4o
No response
The text was updated successfully, but these errors were encountered: