mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 04:14:13 -04:00
Add /versions flag for MSC3952. (#15293)
This commit is contained in:
parent
f75a041f59
commit
25006acc17
2 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,8 @@ class VersionsRestServlet(RestServlet):
|
|||
is not None,
|
||||
# Adds support for relation-based redactions as per MSC3912.
|
||||
"org.matrix.msc3912": self.config.experimental.msc3912_enabled,
|
||||
# Adds support for unstable "intentional mentions" behaviour.
|
||||
"org.matrix.msc3952_intentional_mentions": self.config.experimental.msc3952_intentional_mentions,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue