mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Create groups with is_public = True
This commit is contained in:
parent
c7d9f25d22
commit
6362298fa5
@ -1026,6 +1026,7 @@ class GroupServerStore(SQLBaseStore):
|
||||
"avatar_url": avatar_url,
|
||||
"short_description": short_description,
|
||||
"long_description": long_description,
|
||||
"is_public": True,
|
||||
},
|
||||
desc="create_group",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user