Fix reactions sometimes html encoding text

This commit is contained in:
Nicolas Werner 2025-01-18 20:07:56 +01:00
parent 101934b2ba
commit be0a1bc39c
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

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