mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +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
|
userid: model.mxid
|
||||||
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
|
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
|
||||||
displayName: model.displayName
|
displayName: model.displayName
|
||||||
onClicked: TimelineManager.timeline.openUserProfile(model.mxid)
|
onClicked: Rooms.currentRoom.openUserProfile(model.mxid)
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
Loading…
Reference in a new issue