Support replying to messages with voice recordings#6464
Open
kalix127 wants to merge 7 commits intoelement-hq:developfrom
Open
Support replying to messages with voice recordings#6464kalix127 wants to merge 7 commits intoelement-hq:developfrom
kalix127 wants to merge 7 commits intoelement-hq:developfrom
Conversation
|
I like it! LGTM |
ganfra
reviewed
Mar 27, 2026
bxdxnn
approved these changes
Apr 1, 2026
kalix127
added a commit
to kalix127/element-x-android
that referenced
this pull request
Apr 2, 2026
bmarty
reviewed
Apr 2, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #6464 +/- ##
===========================================
- Coverage 81.10% 81.09% -0.02%
===========================================
Files 2585 2585
Lines 70836 70854 +18
Branches 9097 9100 +3
===========================================
+ Hits 57452 57456 +4
- Misses 10003 10018 +15
+ Partials 3381 3380 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Content
Add support for replying to messages with a voice recording. The infrastructure already existed end-to-end (
MediaSender.sendVoiceMessage()acceptsinReplyToEventId), but the voice message presenter was not wiring it through.Changes:
mediaSender.sendVoiceMessage()TextInputBoxwrapperMotivation and context
Closes #4053
Users could not reply to a message with a voice recording. Tapping "Reply" and then recording audio would send the voice message without the reply relation, and the reply banner would disappear during recording.
Screenshots / GIFs
video-3.mp4
Tests
Tested devices
Checklist