From f5853dd1f76f33ec83573b92c554fd0f4a64fa87 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 11 Sep 2021 16:36:22 +0200 Subject: [PATCH] Three's a crowd --- imports/NeoChat/Component/Timeline/StateDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Component/Timeline/StateDelegate.qml b/imports/NeoChat/Component/Timeline/StateDelegate.qml index 3936e3ccc..435cfca69 100644 --- a/imports/NeoChat/Component/Timeline/StateDelegate.qml +++ b/imports/NeoChat/Component/Timeline/StateDelegate.qml @@ -39,7 +39,7 @@ RowLayout { Layout.fillWidth: true wrapMode: Text.WordWrap textFormat: Text.RichText - text: "" + author.displayName + " " + display + text: "" + currentRoom.htmlSafeMemberName(author.id) + " " + display onLinkActivated: Qt.openUrlExternally(link) } }