diff --git a/imports/NeoChat/Component/Timeline/StateDelegate.qml b/imports/NeoChat/Component/Timeline/StateDelegate.qml index 435cfca69..45541a341 100644 --- a/imports/NeoChat/Component/Timeline/StateDelegate.qml +++ b/imports/NeoChat/Component/Timeline/StateDelegate.qml @@ -40,6 +40,6 @@ RowLayout { wrapMode: Text.WordWrap textFormat: Text.RichText text: "" + currentRoom.htmlSafeMemberName(author.id) + " " + display - onLinkActivated: Qt.openUrlExternally(link) + onLinkActivated: userDetailDialog.createObject(ApplicationWindow.overlay, {"room": currentRoom, "user": author.object, "displayName": author.displayName, "avatarMediaId": author.avatarMediaId, "avatarUrl": author.avatarUrl}).open() } }