mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Actually set invitees property
This commit is contained in:
parent
462204f3f4
commit
73d902611d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue