feat: add collaboration option in org config

This commit is contained in:
swve 2024-04-01 16:28:09 +02:00
parent b9e6fc5d23
commit 83760064e7
2 changed files with 6 additions and 9 deletions

View file

@ -158,6 +158,7 @@ async def create_org(
max_storage=0,
max_staff=0,
),
collaboration=False,
users=OrgUserConfig(
signup_mechanism="open",
),