diff --git a/imports/NeoChat/Component/Timeline/ReplyComponent.qml b/imports/NeoChat/Component/Timeline/ReplyComponent.qml index efe4f16a2..70c60eb7e 100644 --- a/imports/NeoChat/Component/Timeline/ReplyComponent.qml +++ b/imports/NeoChat/Component/Timeline/ReplyComponent.qml @@ -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 }