Skip to content
Snippets Groups Projects
Commit 705c283d authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix bad connection

parent 44d2818e
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ ApplicationWindow {
userid: model.mxid
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
displayName: model.displayName
onClicked: TimelineManager.timeline.openUserProfile(model.mxid)
onClicked: Rooms.currentRoom.openUserProfile(model.mxid)
}
ColumnLayout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment