Skip to content

fix(conversations): preserve two-member groups - #234

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/two-member-group-delete
Aug 9, 2026
Merged

fix(conversations): preserve two-member groups#234
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/two-member-group-delete

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • classify global conversation deletion only from the stored direct type
  • keep group deletion user-scoped even when a group has exactly two participants
  • add a regression that models a two-member group and verifies the service-role deletion path is not used

Closes #233

Testing

  • focused Vitest route regression — 1 passed
  • targeted ESLint with zero warnings
  • node --check on the changed route and test
  • git diff --check

@ralyodio
ralyodio merged commit 631028a into profullstack:master Aug 9, 2026
9 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.

Deleting a two-member group removes the conversation for every participant

2 participants