mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Declare support for Matrix 1.11 (#17403)
Previous: https://github.com/element-hq/synapse/pull/17082 Fixes https://github.com/element-hq/synapse/issues/17402 See https://github.com/element-hq/synapse/issues/17402 for context **Blocked on https://github.com/element-hq/synapse/pull/17388** (required for spec compliance)
This commit is contained in:
parent
c896030f67
commit
ccbd619b43
2 changed files with 2 additions and 0 deletions
1
changelog.d/17403.feature
Normal file
1
changelog.d/17403.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Declare support for [Matrix 1.11](https://matrix.org/blog/2024/06/20/matrix-v1.11-release/).
|
|
@ -102,6 +102,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"v1.8",
|
||||
"v1.9",
|
||||
"v1.10",
|
||||
"v1.11",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in a new issue