-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add mute.toggle RPC and rename DisableNotification field #217
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3fcb24c
docs(plan): add room-service mute.toggle implementation plan
claude b6e5b05
docs(plan): drop data-migration section from mute.toggle plan
claude dbfe0b0
refactor(model): rename Subscription.DisableNotification → DisableNot…
claude 2860733
feat(subject): add MuteToggle subject builders
claude b327f82
feat(model): add MuteToggleResponse + SubscriptionMuteToggledEvent
claude 998cd62
feat(room-service): declare ToggleSubscriptionMute in RoomStore
claude c7ca631
feat(room-service): implement ToggleSubscriptionMute on MongoStore
claude 3b2fc06
feat(room-service): inject publishCore alongside publishToStream
claude a18ab35
feat(room-service): add mute.toggle RPC handler
claude 9ae124d
feat(inbox-worker): mirror subscription_mute_toggled outbox event
claude 8277488
docs(client-api): document mute.toggle RPC
claude d0bdc03
review(branch): header + executive summary
claude 5671f1f
review(branch): service room-service
claude 9c9e0b3
review(branch): service inbox-worker
claude fc007fa
review(branch): service room-worker
claude b65c67a
review(branch): go expert
claude 0c9bc9f
review(branch): test automation
claude a548d61
review(branch): bug and security
claude 7a8ce98
review(branch): performance
claude 602163e
review(branch): observability
claude 8aef3ad
review(branch): prioritized action list
claude 6f32c4b
fix(room-service): doc + span coverage on mute.toggle handler
claude 65a25e5
fix(room-service): sanitizeError passes invalid-mute-toggle through
claude 711d250
fix(room-service): GetUserSiteID failure aborts mute.toggle
claude 9954ac9
refactor(room-service): drop pre-fetch in mute.toggle, return post-fl…
claude ffd274b
test(room-service): cover cross-site outbox publish failure in mute.t…
claude 7361df0
chore: trim mute.toggle comments per 2-line / 65% rule
claude 86c02dd
Merge remote-tracking branch 'origin/main' into claude/explore-room-s…
claude fc9d443
fix(room-service): use mustInsertSub helper in mute-toggle integratio…
claude f38e7d5
fix(room-service): correct $not operand shape in mute toggle pipeline
claude 3b7a12e
test(room-service): pin publishCore non-fatal contract on mute toggle
claude 57681d3
refactor: rename Subscription.DisableNotifications → Muted
claude d44c8c9
chore: drop branch review artifact
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
351 changes: 351 additions & 0 deletions
351
docs/reviews/branch-claude-explore-room-service-7tNlq-2026-05-21.md
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.