Skip to content
Snippets Groups Projects
Commit 87c864b6 authored by Luke Barnard's avatar Luke Barnard
Browse files

join_rule -> join_policy

parent ae85c780
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class GroupServerStore(SQLBaseStore): ...@@ -57,7 +57,7 @@ class GroupServerStore(SQLBaseStore):
}, },
retcols=( retcols=(
"name", "short_description", "long_description", "name", "short_description", "long_description",
"avatar_url", "is_public", "join_rule", "avatar_url", "is_public", "join_policy",
), ),
allow_none=True, allow_none=True,
desc="get_group", desc="get_group",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment