mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Advertise support for Matrix 1.4. (#14184)
All features / changes in Matrix 1.4 are now supported in Synapse.
This commit is contained in:
parent
5a983cccfb
commit
022f25b309
3 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
|
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
|
||||||
|
|
1
changelog.d/14184.feature
Normal file
1
changelog.d/14184.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
|
|
@ -76,6 +76,7 @@ class VersionsRestServlet(RestServlet):
|
||||||
"v1.1",
|
"v1.1",
|
||||||
"v1.2",
|
"v1.2",
|
||||||
"v1.3",
|
"v1.3",
|
||||||
|
"v1.4",
|
||||||
],
|
],
|
||||||
# as per MSC1497:
|
# as per MSC1497:
|
||||||
"unstable_features": {
|
"unstable_features": {
|
||||||
|
|
Loading…
Reference in a new issue