mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Fix bad connection
This commit is contained in:
parent
44d2818e0c
commit
705c283dcb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue