Create groups with is_public = True
parent
c7d9f25d22
commit
6362298fa5
|
@ -1026,6 +1026,7 @@ class GroupServerStore(SQLBaseStore):
|
||||||
"avatar_url": avatar_url,
|
"avatar_url": avatar_url,
|
||||||
"short_description": short_description,
|
"short_description": short_description,
|
||||||
"long_description": long_description,
|
"long_description": long_description,
|
||||||
|
"is_public": True,
|
||||||
},
|
},
|
||||||
desc="create_group",
|
desc="create_group",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue