Open jianhuihi opened 1 month ago
Thanks for your contribution.
The next step is to wait for review and approval to merge it to main repository
The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it.
To test this PR you can run the following command below:
# NPM
npm install @whiskeysockets/baileys@jianhuihi/Baileys#removelabel
# YARN v2
yarn add @whiskeysockets/baileys@jianhuihi/Baileys#removelabel
Functions to add and remove are not working to me
Functions to add and remove are not working to me
Are you using the WA Business version?
Are you using the WA Business version?
Yeah. I found the bug. If I connect baileys as a second device, events of labels are miss identified. Im receiving 5~6 events of chat label removal, but in reality im adding a tag. When baileys was the first device connected it works well.
Changes
Motivation
As per the discussion in issue #1069, the label feature is no longer needed. Removing it helps in reducing code complexity and improving maintainability.
Testing
Related Issues
Fixes #1069