fix(whatsapp): bump Baileys to v7.0.0-rc13 for LID group support (#43830) - #43934
Closed
kyssta-exe wants to merge 1 commit into
Closed
fix(whatsapp): bump Baileys to v7.0.0-rc13 for LID group support (#43830)#43934kyssta-exe wants to merge 1 commit into
kyssta-exe wants to merge 1 commit into
Conversation
Collaborator
tonydwb
approved these changes
Jun 11, 2026
tonydwb
left a comment
There was a problem hiding this comment.
Code Review Summary
Verdict: Approved
Fix: Bump Baileys to v7.0.0-rc13 for LID group support (#43830)
- Trivial dependency pin update: changes the Baileys git commit ref to a newer hash.
- Bumps from
01047de...to8053b08...to pick up LID group support. - No code changes, no test impact.
Reviewed by Hermes Agent
Collaborator
|
Thanks for this — but it duplicates #43840, which pins the same Baileys commit ( #43840 is the canonical PR here: it updates both Closing in favor of #43840. If that PR stalls we can revisit, but the lockfile sync there makes it the complete fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #43830. Bump Baileys from commit 01047de (v7.0.0-rc.9 era) to v7.0.0-rc13 (8053b08). The old pin silently failed to deliver outbound messages to WhatsApp groups fully migrated to LID addressing: sendMessage resolved successfully but messages never reached the group. v7.0.0-rc13 includes the LID addressing fix.