Use HTML-escaped display name in avatar tooltip

This commit is contained in:
Tobias Fella
2023-12-02 23:06:15 +01:00
parent 9b3a3dc562
commit 862f4363a9
2 changed files with 2 additions and 0 deletions

View File

@@ -354,6 +354,7 @@ TimelineDelegate {
name: root.author.displayName
source: root.author.avatarSource
color: root.author.color
QQC2.ToolTip.text: root.author.escapedDisplayName
onClicked: RoomManager.resolveResource(root.author.id, "mention")
}