anonymousland-synapse/synapse/storage/schema
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
..
delta Use join_policy API instead of joinable 2018-04-03 16:16:40 +01:00
full_schemas copyrights 2016-01-07 04:26:29 +00:00
schema_version.sql DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00