join_rule -> join_policy

This commit is contained in:
Luke Barnard 2018-04-05 16:49:22 +01:00
parent ae85c7804e
commit 87c864b698

View file

@ -57,7 +57,7 @@ class GroupServerStore(SQLBaseStore):
},
retcols=(
"name", "short_description", "long_description",
"avatar_url", "is_public", "join_rule",
"avatar_url", "is_public", "join_policy",
),
allow_none=True,
desc="get_group",