Luke Barnard eb8d8d6f57 Use join_policy API instead of joinable
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-04-03 16:16:40 +01:00
..
2017-11-29 16:00:46 +00:00
2018-02-15 15:47:06 +00:00
2018-02-21 11:29:49 +00:00
2018-03-20 09:58:13 +00:00
2018-03-19 15:11:58 +00:00
2018-03-05 18:02:59 +01:00
2018-03-22 11:42:16 +00:00