Actually set invitees property
This commit is contained in:
parent
462204f3f4
commit
73d902611d
@ -155,7 +155,8 @@ Page {
|
|||||||
onOpenInviteUsersDialog: {
|
onOpenInviteUsersDialog: {
|
||||||
var dialog = inviteDialog.createObject(timelineRoot, {
|
var dialog = inviteDialog.createObject(timelineRoot, {
|
||||||
"roomId": Rooms.currentRoom.roomId,
|
"roomId": Rooms.currentRoom.roomId,
|
||||||
"roomName": Rooms.currentRoom.roomName
|
"roomName": Rooms.currentRoom.roomName,
|
||||||
|
"invitees": invitees
|
||||||
});
|
});
|
||||||
dialog.show();
|
dialog.show();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user