Skip to content

feat: add reply in private feature#4200

Open
MohamadJaara wants to merge 1 commit into
mo/feat/reply-in-privatefrom
mo/feat/reply-in-1on1
Open

feat: add reply in private feature#4200
MohamadJaara wants to merge 1 commit into
mo/feat/reply-in-privatefrom
mo/feat/reply-in-1on1

Conversation

@MohamadJaara

Copy link
Copy Markdown
Member

Summary

Adds support for Reply in private across Kalium and Wire Android.

This lets a user reply privately to a message from a group conversation. The private reply keeps a reference to the original group message, so the receiving side can show the quote when the source message is available.

Kalium changes

  • Extends quote metadata with an optional source conversation ID.
  • Keeps existing same-conversation replies backward compatible.
  • Updates message sending so full quote references can be sent.
  • Stores quote source conversation IDs in persistence and drafts.
  • Updates message details queries so quoted messages can be resolved across conversations.
  • Adds tests for quote mapping, sending, persistence, and migration behavior.

Notes

The new quote field is optional. Old quotes continue to work as before, and clients without the new behavior can still receive the message text.

@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

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