summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 19:17:31 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:48:10 -0400
commit705c283dcb3b5eb1002c699a53f609d1b5c71a9e (patch)
tree3e0c5475dce58923f926825919df17e299dee8cd
parentAdd property for plain room name (diff)
downloadnheko-705c283dcb3b5eb1002c699a53f609d1b5c71a9e.tar.xz
Fix bad connection
-rw-r--r--resources/qml/InviteDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml

index e9ff475d..dbe8bb07 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml
@@ -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 {