Create groups with is_public = True

pull/2582/head
Luke Barnard 2017-10-27 11:04:20 +01:00
parent c7d9f25d22
commit 6362298fa5
1 changed files with 1 additions and 0 deletions

View File

@ -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",
)