Skip to content
Snippets Groups Projects
Verified Commit 18f4f435 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix room members dialog opening room member dialog of the wrong room

parent db437436
No related branches found
No related tags found
No related merge requests found
Pipeline #3463 failed
......@@ -118,7 +118,7 @@ ApplicationWindow {
delegate: ItemDelegate {
id: del
onClicked: Rooms.currentRoom.openUserProfile(model.mxid)
onClicked: room.openUserProfile(model.mxid)
padding: Nheko.paddingMedium
width: ListView.view.width
height: memberLayout.implicitHeight + Nheko.paddingSmall * 2
......
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