Fix escaped html showing up in playable media message labels

fixes #840
This commit is contained in:
Nicolas Werner 2021-12-08 23:37:55 +01:00
parent cf31fff5fe
commit 2e0d0dad96
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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