mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-04 01:41:24 +00:00
By default, join policy is "invite"
This commit is contained in:
@@ -905,7 +905,7 @@ def _parse_join_policy_dict(join_policy_dict):
|
||||
"""
|
||||
join_policy_type = join_policy_dict.get("type")
|
||||
if not join_policy_type:
|
||||
return True
|
||||
return "invite"
|
||||
|
||||
if join_policy_type not in ("invite", "open"):
|
||||
raise SynapseError(
|
||||
|
||||
Reference in New Issue
Block a user