fix(gateway): harden BlueBubbles webhooks and duplicate delivery - #34183
Closed
Oceanswave wants to merge 3 commits into
Closed
fix(gateway): harden BlueBubbles webhooks and duplicate delivery#34183Oceanswave wants to merge 3 commits into
Oceanswave wants to merge 3 commits into
Conversation
This was referenced May 28, 2026
[Feature] BlueBubbles adapter: add group chat filtering (IGNORE_GROUP_CHATS or ALLOWED_CHATS)
#33489
Open
Collaborator
(cherry picked from commit 0c0a848212712fc3b7d21cbbc2acf3173675ea28)
(cherry picked from commit ff1f0e58964352c8916695056a2fb5656551c150)
Oceanswave
force-pushed
the
fix/bluebubbles-webhook-hardening-v2
branch
from
June 8, 2026 12:45
676220f to
8fcffb5
Compare
Oceanswave
force-pushed
the
fix/bluebubbles-webhook-hardening-v2
branch
from
June 8, 2026 12:50
8fcffb5 to
c1cad90
Compare
Author
|
Closing this in favor of the consolidated BlueBubbles hardening PR: #45317 That PR folds the repeated local reapply work into one clean branch and explicitly documents the purpose/struggles: BlueBubbles updates can produce duplicate inbound iMessage turns, status-only |
Author
|
Superseded by consolidated BlueBubbles hardening PR #45317. |
4 tasks
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.
Summary
main.new-message/updated-messagedelivery, including DM variants that arrive with different chat IDs/GUIDs.Why
BlueBubbles/iMessage is still seeing duplicate replies and webhook handling problems locally. This keeps receipt/status update webhooks from triggering duplicate conversational handling and prevents outbound one-shot sends from interfering with the long-running gateway listener/registration.
Test Plan
python -m pytest tests/gateway/test_bluebubbles.py -qpython -m py_compile gateway/platforms/bluebubbles.pyRelated issues