Skip to content

fix(messages): isolate broadcast history by recipient roster - #530

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/isolate-broadcast-rosters
Aug 10, 2026
Merged

fix(messages): isolate broadcast history by recipient roster#530
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/isolate-broadcast-rosters

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • reuse broadcast conversations only when the resolved participant roster matches exactly
  • preserve the original participant access boundary when applicants or status filters change
  • add regression coverage for both matching and changed rosters

Fixes #529

Validation

  • pnpm exec vitest run src/app/api/messages/broadcast/route.test.ts (16/16)
  • pnpm exec tsc --noEmit
  • pnpm exec eslint src/app/api/messages/broadcast/route.ts src/app/api/messages/broadcast/route.test.ts
  • git diff --check

@ralyodio
ralyodio merged commit 8d7f749 into profullstack:master Aug 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broadcast threads expose earlier messages when the recipient roster changes

2 participants