Add sortedMembers to Room ListItems
This commit is contained in:
@@ -19,7 +19,7 @@ HColumnLayout {
|
||||
NumberAnimation { duration: HStyle.animationDuration }
|
||||
}
|
||||
|
||||
model: chatPage.roomInfo.members
|
||||
model: chatPage.roomInfo.sortedMembers
|
||||
delegate: MemberDelegate {}
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
Reference in New Issue
Block a user