Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-04-03 | Use join_policy API instead of joinable | Luke Barnard | 7 | -23/+58 | |
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". | |||||
2018-03-28 | This should probably be a PUT | David Baker | 1 | -1/+1 | |