mas: rename msc2965 to msc3861

This commit is contained in:
Roman Isaev 2024-12-22 00:35:04 +00:00
parent 2c47959600
commit e1dfe62b20
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F
3 changed files with 12 additions and 12 deletions

View file

@ -328,7 +328,7 @@ func Setup(
}, httputil.WithAllowGuests()),
).Methods(http.MethodPost, http.MethodOptions)
if m := mscCfg.MSC2965; mscCfg.Enabled("msc2965") && m != nil && m.Enabled {
if m := mscCfg.MSC3861; mscCfg.Enabled("msc3861") && m != nil && m.Enabled {
unstableMux.Handle("/org.matrix.msc2965/auth_issuer",
httputil.MakeExternalAPI("auth_issuer", func(r *http.Request) util.JSONResponse {
return util.JSONResponse{Code: http.StatusOK, JSON: map[string]string{