mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 18:35:04 -04:00
Create groups with is_public = True
This commit is contained in:
parent
c7d9f25d22
commit
6362298fa5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue