-
-
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: link retrieval from message #2716
Conversation
I think we should keep the object as it was to not break the code |
Agree with you, fixed |
Is that support old node version? |
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 Issue
- Usage Example
- I Want to Test this PR
- I Got an Error While Testing This PR ❌
- How Has the PR Been Tested (latest test on 14.01.2024)
- Types of Changes
Description
The PR fixes link retrieval from a message if it contains any.
Fixed both for outcoming and incoming messages.
Related Issue
The PR closes #1766
Usage Example
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 14.01.2024)
Tested with the code provided in the usage example, both with text and media messages that have links and without.
Tested On:
Types of accounts:
Environment:
Types of Changes
Checklist