Implementation of MSC3882 login token request (#13722)

This commit is contained in:
Hugh Nimmo-Smith 2022-09-21 16:12:29 +01:00 committed by GitHub
parent 269eddad6f
commit 0fd2f2d460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 238 additions and 0 deletions

View file

@ -105,6 +105,8 @@ class VersionsRestServlet(RestServlet):
"org.matrix.msc3440.stable": True, # TODO: remove when "v1.3" is added above
# Allows moderators to fetch redacted event content as described in MSC2815
"fi.mau.msc2815": self.config.experimental.msc2815_enabled,
# Adds support for login token requests as per MSC3882
"org.matrix.msc3882": self.config.experimental.msc3882_enabled,
},
},
)