You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to edit the caption on a media file that I have sent
So that I can hide my inability to type correctly.
Acceptance criteria
Long pressing a message that has a caption should give options to edit or remove the caption.
Editing a caption should not change the image, only the text should be updated.
If markdown was used to send the caption, it should be restored to the composer to e.g. help users fix syntax errors.
Long pressing an audio/file/image/video message that doesn't contain a caption should give the option to add a caption.
The message composer in the room will be used to add the caption.
Size estimate
None
Dependencies
Rust: Editing a caption would happen using the edit() function on the timeline, using EditedContent::MediaCaption for the media event — this will fail if the underlying event wasn't a room message of a media type.
Out of scope
Nothing
Open questions
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Acceptance criteria
Size estimate
None
Dependencies
edit()
function on the timeline, usingEditedContent::MediaCaption
for the media event — this will fail if the underlying event wasn't a room message of a media type.Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
Other
The text was updated successfully, but these errors were encountered: