Skip to content
Snippets Groups Projects
Commit 73d90261 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Actually set invitees property

parent 462204f3
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
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