docs(signal-protocol): document per-device session-setup isolation for group SKDM (whatsapp-rust#996) - #394
Conversation
…r group SKDM (whatsapp-rust#996) Explains that a single device's process_prekey_bundle failure no longer nulls the whole SessionPlan and starves the rest of the cohort's SKDM, including why own companions previously got stuck at has_key=true forever.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 32 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Pure documentation change: adds a technical note about a previous bug fix in the signal protocol docs. Only modifies one markdown file with 6 lines added. No source code, config, or logic changes.
Re-trigger cubic
Summary
Documents the fix from oxidezap/whatsapp-rust#996, which was just merged.
ensure_sessions_for_devicesused to abort the entireSessionPlan(and thus the whole SKDM fan-out) the momentprocess_prekey_bundlefailed for any single target device.prepare_group_stanzagates the fan-out onsession_plan.is_some(), one bad device silently starved every other cohort member's SKDM — and an own companion could get stuck permanentlyhas_key=truebecausemark_forget_sender_keyexcludes own-user JIDs.GroupKeyDistributionMsg.Added a new
<Note>inadvanced/signal-protocol.mdxright after the existing "Per-device session lock around the SKDM fan-out (v0.6)" note (which documents the related #990 fix), following the same style/versioning convention used for the other v0.6 group-send notes in that file.Test plan
Generated by Claude Code
Summary by cubic
Adds a v0.6 note to
advanced/signal-protocol.mdxdocumenting per-device isolation of session-setup failures during group SKDM fan-out, so one device’s failure no longer cancels the wholeSessionPlan. This reflects the fix in oxidezap/whatsapp-rust#996 and matches WhatsApp Web’s per-device try/catch behavior.Written for commit 1bc40e4. Summary will update on new commits.