mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-21 01:12:06 +01: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
1
changelog.d/15293.misc
Normal file
1
changelog.d/15293.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add a `/versions` flag for [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952).
|
|
@ -122,6 +122,8 @@ class VersionsRestServlet(RestServlet):
|
||||||
is not None,
|
is not None,
|
||||||
# Adds support for relation-based redactions as per MSC3912.
|
# Adds support for relation-based redactions as per MSC3912.
|
||||||
"org.matrix.msc3912": self.config.experimental.msc3912_enabled,
|
"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
Reference in a new issue