-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix: Message.getInfo
#2574
fix: Message.getInfo
#2574
Conversation
fd3d8fa
to
eba9adb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it locally and worked!!
If using WWeb version 2.2344.53 not work. Can check it? |
It worked on wweb v2.2344.53 also, but we had to wait for the message data to be updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok working now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work
Thank you :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Table of Contents
- Description
- Related Issues
- I Want to Test this PR
- I Got an Error While Testing This PR ❌
- How Has the PR Been Tested (latest test on 29.10.2023)
- Types of Changes
Description
In latest versions wa refactored
sendQueryMsgInfo
method which caused an issue, the PR fixes that issue.Related Issues
PR fixes #2567 fixes #2575
To test this PR by yourself you can run one of the following commands:
If you encounter any errors while testing this PR, please provide in a comment:
console.log(await client.getWWebVersion());
Important
You have to reapply the PR each time it is changed (new commits were pushed since your last application)
How Has The PR Been Tested (latest test on 29.10.2023)
Was tested with a code below:
The response after the message was read by one participant:
Tested On:
Types of accounts:
Environment:
Types of Changes
Checklist