aboutsummaryrefslogtreecommitdiff
path: root/setup/config/config_mscs.go
diff options
context:
space:
mode:
Diffstat (limited to 'setup/config/config_mscs.go')
-rw-r--r--setup/config/config_mscs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup/config/config_mscs.go b/setup/config/config_mscs.go
index 21d4b4da..ce491cd7 100644
--- a/setup/config/config_mscs.go
+++ b/setup/config/config_mscs.go
@@ -7,7 +7,6 @@ type MSCs struct {
// 'msc2444': Peeking over federation - https://github.com/matrix-org/matrix-doc/pull/2444
// 'msc2753': Peeking via /sync - https://github.com/matrix-org/matrix-doc/pull/2753
// 'msc2836': Threading - https://github.com/matrix-org/matrix-doc/pull/2836
- // 'msc2946': Spaces Summary - https://github.com/matrix-org/matrix-doc/pull/2946
MSCs []string `yaml:"mscs"`
Database DatabaseOptions `yaml:"database,omitempty"`