summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-21 20:38:18 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-21 20:38:18 -0400
commitbbecadf1a8c3d78609a6112a879288f841b592f4 (patch)
tree19c15636e52903332703b2ccc607c98321781d37 /resources
parentPad the loading spinner (diff)
downloadnheko-bbecadf1a8c3d78609a6112a879288f841b592f4.tar.xz
Add functionality for loading global user profile where needed
This is so viewing profiles from the invite dialog will work as expected.
Diffstat (limited to 'resources')
-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 5aaf0d6d..50287ad5 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml
@@ -107,7 +107,7 @@ ApplicationWindow { userid: model.mxid url: model.avatarUrl.replace("mxc://", "image://MxcImage/") displayName: model.displayName - onClicked: Rooms.currentRoom.openUserProfile(model.mxid) + onClicked: TimelineManager.openGlobalUserProfile(model.mxid) } ColumnLayout {