Enable feature

This commit is contained in:
Neil Alexander 2021-08-10 15:46:00 +01:00
parent b0d3df8fae
commit 152676abd8
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