Fix font tags showing up in playable media messages

This commit is contained in:
Nicolas Werner 2021-01-22 17:03:03 +01:00
parent 4f80fbea97
commit 97340bed13
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,6 @@ Rectangle {
Text {
Layout.fillWidth: true
text: model.data.body
textFormat: Text.PlainText
elide: Text.ElideRight
color: colors.text
}