Skip to content

Commit

Permalink
Reactions should not render HTML
Browse files Browse the repository at this point in the history
Closes #789.
  • Loading branch information
KitsuneRal committed Sep 12, 2021
1 parent cb44315 commit 818b947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/qml/TimelineItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ Item {
contentItem: Text {
text: modelData.key + " \u00d7" /* Math "multiply" */
+ modelData.authorsCount
textFormat: Text.PlainText
font.family: settings.font.family
font.pointSize: settings.font.pointSize
color: modelData.includesLocalUser
Expand Down

0 comments on commit 818b947

Please sign in to comment.