diff options
author | Kegsay <kegan@matrix.org> | 2021-01-13 18:00:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 18:00:38 +0000 |
commit | 3183f75aed87f77b0164a701fda99d42b9d443ca (patch) | |
tree | 4f0e3edc416d95098ae086d5b4561549dceb3546 /setup/config/config_mscs.go | |
parent | 3ac693c7a5fcaff216b866be477517fa1b22cf3a (diff) |
MSC2946: Spaces Summary (#1700)
* Add stub functions for MSC2946
* Implement core space walking algorithm
* Flesh out stub functions; add test stubs
* Implement storage bits and add sanity check test
* Implement world_readable auth with test
* Linting
Diffstat (limited to 'setup/config/config_mscs.go')
-rw-r--r-- | setup/config/config_mscs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config/config_mscs.go b/setup/config/config_mscs.go index 776d0b64..4b53495f 100644 --- a/setup/config/config_mscs.go +++ b/setup/config/config_mscs.go @@ -3,7 +3,7 @@ package config type MSCs struct { Matrix *Global `yaml:"-"` - // The MSCs to enable, currently only `msc2836` is supported. + // The MSCs to enable MSCs []string `yaml:"mscs"` Database DatabaseOptions `yaml:"database"` |