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)
}
}