Turn invitees into a list
This commit is contained in:
parent
b22196ca48
commit
fb4da7dfed
|
@ -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}",
|
||||||
|
|
Loading…
Reference in New Issue