Refactor Chat/RoomSidePane
This commit is contained in:
@@ -25,7 +25,7 @@ Rectangle {
|
||||
|
||||
model: HListModel {
|
||||
keyField: "uuid"
|
||||
source: modelSources[["Upload", chatPage.roomId]] || []
|
||||
source: modelSources[["Upload", chat.roomId]] || []
|
||||
}
|
||||
|
||||
delegate: Transfer { width: transferList.width }
|
||||
|
Reference in New Issue
Block a user