mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
mas: rename msc2965 to msc3861
This commit is contained in:
parent
2c47959600
commit
e1dfe62b20
3 changed files with 12 additions and 12 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue