-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Pin Functionality is breaking in newer version of WhatsApp (Whatsapp Version 2.3000.1013068429) #1871
Comments
Hello, could you test the function again? Maybe there was some issue with this version of WhatsApp. I tested it on 2.3000.1013073077 and it works normally. |
Still happening with me on using pin functionality Code that I usedWPP.chat.pin("[email protected]") Error Stack Trace
|
qeternity
pushed a commit
to qeternity/wa-js
that referenced
this issue
May 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WA-JS Version
3.1.1
WhatsApp Version
2.3000.1013068429
Browser Version
Chrome 124.0.6367.78
Operation System
Windows 11
Steps to reproduce
Use this code:-
WPP.chat.pin(activeChat.id._serialized);
What is expected?
When clicking on the pin button, the active chat should be pinned, and WhatsApp shouldn't log out.
What is actually happening?
On Clicking on Pin Button, this handler (
pinBtnHandler
) runs in our code:-On Clicking of Pin Button, This console error is coming
After this console error, WhatsApp is logging out.
Any additional comments?
On Phone this is also showing:-
The text was updated successfully, but these errors were encountered: