From 3183f75aed87f77b0164a701fda99d42b9d443ca Mon Sep 17 00:00:00 2001 From: Kegsay Date: Wed, 13 Jan 2021 18:00:38 +0000 Subject: 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 --- setup/config/config_mscs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/config/config_mscs.go') 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"` -- cgit v1.2.3