Enable unstable feature again

This commit is contained in:
Neil Alexander 2021-08-05 12:25:06 +01:00
parent 8e5a0139b5
commit 4660e71d0e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -65,7 +65,7 @@ func Setup(
userInteractiveAuth := auth.NewUserInteractive(accountDB.GetAccountByPassword, cfg) userInteractiveAuth := auth.NewUserInteractive(accountDB.GetAccountByPassword, cfg)
unstableFeatures := map[string]bool{ unstableFeatures := map[string]bool{
//"org.matrix.e2e_cross_signing": true, "org.matrix.e2e_cross_signing": true,
} }
for _, msc := range cfg.MSCs.MSCs { for _, msc := range cfg.MSCs.MSCs {
unstableFeatures["org.matrix."+msc] = true unstableFeatures["org.matrix."+msc] = true