mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:44:48 -04:00
Move experimental support for MSC3440 to /versions. (#12099)
Instead of being part of /capabilities, this matches a change to MSC3440 to properly use these endpoints.
This commit is contained in:
parent
1901cb1d4a
commit
1866fb39d7
3 changed files with 3 additions and 3 deletions
|
@ -72,9 +72,6 @@ class CapabilitiesRestServlet(RestServlet):
|
|||
"org.matrix.msc3244.room_capabilities"
|
||||
] = MSC3244_CAPABILITIES
|
||||
|
||||
if self.config.experimental.msc3440_enabled:
|
||||
response["capabilities"]["io.element.thread"] = {"enabled": True}
|
||||
|
||||
if self.config.experimental.msc3720_enabled:
|
||||
response["capabilities"]["org.matrix.msc3720.account_status"] = {
|
||||
"enabled": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue