anonymousland-synapse/synapse/storage/schema/delta/48
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
..
groups_joinable.sql Use join_policy API instead of joinable 2018-04-03 16:16:40 +01:00