Turn invitees into a list

This commit is contained in:
Panoramic 2024-07-25 18:16:58 +03:00
parent b22196ca48
commit fb4da7dfed
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class Command:
] ]
# Max amount of users to invite is 10 here: # Max amount of users to invite is 10 here:
invitee_chunks = divide_chunks(invitees, 10) invitee_chunks = divide_chunks(list(invitees), 10)
room_resp = await self.client.room_create( room_resp = await self.client.room_create(
name=f"Vetting {random_string}", name=f"Vetting {random_string}",