Render media captions formatting in the media viewer (#6729)
* Render media captions formatting in the media viewer * Update screenshots * Trigger actions * Remove unused imports and reformat code --------- Co-authored-by: ElementBot <android@element.io> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
4a4b3e07ef
commit
071d98c66b
26 changed files with 182 additions and 22 deletions
|
|
@ -646,6 +646,7 @@ class MessagesFlowNode(
|
|||
filename = content.filename,
|
||||
fileSize = content.fileSize,
|
||||
caption = content.caption,
|
||||
formattedCaption = content.formattedCaption,
|
||||
mimeType = content.mimeType,
|
||||
formattedFileSize = content.formattedFileSize,
|
||||
fileExtension = content.fileExtension,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue