diff --git a/src/qml/Component/Timeline/StateDelegate.qml b/src/qml/Component/Timeline/StateDelegate.qml
index 240409819..ba16aad8f 100644
--- a/src/qml/Component/Timeline/StateDelegate.qml
+++ b/src/qml/Component/Timeline/StateDelegate.qml
@@ -98,7 +98,7 @@ Control {
Layout.fillWidth: true
wrapMode: Text.WordWrap
textFormat: Text.RichText
- text: `${currentRoom.htmlSafeMemberName(author.id)} ${aggregateDisplay}`
+ text: `${model.authorDisplayName} ${aggregateDisplay}`
onLinkActivated: RoomManager.openResource(link)
}
}