diff --git a/imports/NeoChat/Component/Timeline/StateDelegate.qml b/imports/NeoChat/Component/Timeline/StateDelegate.qml index 635d7cee9..3936e3ccc 100644 --- a/imports/NeoChat/Component/Timeline/StateDelegate.qml +++ b/imports/NeoChat/Component/Timeline/StateDelegate.qml @@ -18,7 +18,7 @@ RowLayout { Layout.preferredHeight: Kirigami.Units.iconSizes.small Layout.alignment: Qt.AlignTop - name: author.name + name: author.displayName source: author.avatarMediaId ? ("image://mxc/" + author.avatarMediaId) : "" color: author.color