Fix displayname in reply component

This commit is contained in:
Tobias Fella
2021-09-14 23:24:41 +02:00
parent bda7326d3b
commit 9cdf6bfa04

View File

@@ -52,7 +52,7 @@ MouseArea {
right: parent.right
rightMargin: Kirigami.Units.smallSpacing
}
text: reply.author.displayName
text: currentRoom.htmlSafeMemberName(reply.author.id)
color: reply.author.color
elide: Text.ElideRight
}