Fix escaped html showing up in playable media message labels
fixes #840
This commit is contained in:
parent
cf31fff5fe
commit
2e0d0dad96
@ -96,7 +96,7 @@ Item {
|
||||
|
||||
anchors.bottom: content.bottom
|
||||
text: body + " [" + filesize + "]"
|
||||
textFormat: Text.PlainText
|
||||
textFormat: Text.RichText
|
||||
elide: Text.ElideRight
|
||||
color: Nheko.colors.text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user