forked-synapse/synapse/rest
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
..
client Use join_policy API instead of joinable 2018-04-03 16:16:40 +01:00
key Add federation_domain_whitelist option (#2820) 2018-01-22 19:11:18 +01:00
media Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
__init__.py Add local group server support 2017-07-17 12:03:49 +01:00