mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:56:02 -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
|
@ -99,6 +99,8 @@ class VersionsRestServlet(RestServlet):
|
|||
"org.matrix.msc2716": self.config.experimental.msc2716_enabled,
|
||||
# Adds support for jump to date endpoints (/timestamp_to_event) as per MSC3030
|
||||
"org.matrix.msc3030": self.config.experimental.msc3030_enabled,
|
||||
# Adds support for thread relations, per MSC3440.
|
||||
"org.matrix.msc3440": self.config.experimental.msc3440_enabled,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue