From be0a1bc39cfc97af839963a36227c2c035028a2e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 18 Jan 2025 20:07:56 +0100 Subject: [PATCH] Fix reactions sometimes html encoding text --- resources/qml/Reactions.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index 5b994145..389b6705 100644 --- a/resources/qml/Reactions.qml +++ b/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.