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

This commit is contained in:
Nicolas Werner 2022-07-30 16:47:46 +02:00
parent db43743697
commit 18f4f4351a
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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