mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Implementation of MSC3882 login token request (#13722)
This commit is contained in:
parent
269eddad6f
commit
0fd2f2d460
6 changed files with 238 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue