Actually set invitees property

pull/595/head
Loren Burkholder 4 years ago
parent 462204f3f4
commit 73d902611d
  1. 3
      resources/qml/Root.qml

@ -155,7 +155,8 @@ Page {
onOpenInviteUsersDialog: {
var dialog = inviteDialog.createObject(timelineRoot, {
"roomId": Rooms.currentRoom.roomId,
"roomName": Rooms.currentRoom.roomName
"roomName": Rooms.currentRoom.roomName,
"invitees": invitees
});
dialog.show();
}

Loading…
Cancel
Save