mas: added /auth_issuer endpoint

This commit is contained in:
Roman Isaev 2024-12-21 00:59:14 +00:00
parent add73ec866
commit ba542fedcd
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F
3 changed files with 36 additions and 0 deletions

View file

@ -37,6 +37,7 @@ func EnableMSC(cfg *config.Dendrite, cm *sqlutil.Connections, routers httputil.R
return msc2836.Enable(cfg, cm, routers, monolith.RoomserverAPI, monolith.FederationAPI, monolith.UserAPI, monolith.KeyRing)
case "msc2444": // enabled inside federationapi
case "msc2753": // enabled inside clientapi
case "msc2965": // enabled inside clientapi
default:
logrus.Warnf("EnableMSC: unknown MSC '%s', this MSC is either not supported or is natively supported by Dendrite", msc)
}