Add room name to invite popup
This commit is contained in:
@@ -83,6 +83,7 @@ HColumnLayout {
|
||||
{
|
||||
userId: chat.userId,
|
||||
roomId: chat.roomId,
|
||||
roomName: chat.roomInfo.display_name,
|
||||
invitingAllowed: Qt.binding(() => inviteButton.enabled),
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user