mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-09 09:18:29 -05:00
![Luke Barnard](/assets/img/avatar_default.png)
The API is now under /groups/$group_id/setting/m.join_policy and expects a JSON blob of the shape ```json { "m.join_policy": { "type": "invite" } } ``` where "invite" could alternatively be "open".