Set `org.matrix.msc2285.stable` in `/versions`

This commit is contained in:
Neil Alexander 2022-10-17 10:38:22 +01:00
parent 83c9dde219
commit d72d4f8d5d
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ func Setup(
unstableFeatures := map[string]bool{
"org.matrix.e2e_cross_signing": true,
"org.matrix.msc2285.stable": true,
}
for _, msc := range cfg.MSCs.MSCs {
unstableFeatures["org.matrix."+msc] = true