0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-27 21:38:54 +02:00

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

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