Skip to content

Fix mobile DM recipient routing#2927

Draft
plantbob0101 wants to merge 1 commit into
block:mainfrom
plantbob0101:fix/mobile-dm-recipient-routing
Draft

Fix mobile DM recipient routing#2927
plantbob0101 wants to merge 1 commit into
block:mainfrom
plantbob0101:fix/mobile-dm-recipient-routing

Conversation

@plantbob0101

Copy link
Copy Markdown

Summary

  • add every one-to-one DM participant as a p tag on mobile sends
  • apply the same routing to direct messages and thread replies
  • retain explicit mention routing for shared channels
  • add regression coverage for no-mention DMs, normalization, and deduplication

Why

Mobile DMs without an explicit @mention were emitted with only the channel
h tag. Mention-gated agents therefore never received those events, even
though the messages appeared in the DM history. Desktop already addresses DM
participants automatically.

Validation

  • just ci
  • full mobile suite: 588 passed, 1 skipped

Address every DM participant even when the message body has no explicit mention, and cover direct and threaded sends with regression tests.

Co-authored-by: plantbob0101 <176723296+plantbob0101@users.noreply.github.com>
Signed-off-by: plantbob0101 <176723296+plantbob0101@users.noreply.github.com>
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.

1 participant