Fix reactions sometimes html encoding text

master
Nicolas Werner 2 weeks ago
parent 101934b2ba
commit be0a1bc39c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/Reactions.qml

@ -58,6 +58,7 @@ Flow {
anchors.baseline: reactionCounter.baseline
color: (reaction.hovered || modelData.selfReactedEvent !== '') ? palette.highlightedText : palette.text
font.family: Settings.emojiFont
textFormat: TextEdit.RichText
maximumLineCount: 1
text: {
// When an emoji font is selected that doesn't have , it is dropped from elidedText. So we add it back.

Loading…
Cancel
Save