summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-17 18:23:21 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:54 -0400
commit73d902611d583e6b57319bfbbf5071e7967a4ff0 (patch)
tree25e435c78fabca643a54b6cc208b558f2944b8a7
parentFix properties (diff)
downloadnheko-73d902611d583e6b57319bfbbf5071e7967a4ff0.tar.xz
Actually set invitees property
-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(); }