summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/Root.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml

index 3825fb89..31d00585 100644 --- a/resources/qml/Root.qml +++ b/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(); }