mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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: {
|
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 a new issue