Browse Source

Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)

tags/v1.98.0rc1
Patrick Cloke 5 months ago
committed by GitHub
parent
commit
dcf949cd87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      changelog.d/16707.feature
  2. +3
    -0
      synapse/rest/client/versions.py

+ 1
- 0
changelog.d/16707.feature View File

@@ -0,0 +1 @@
Synapse now declares support for Matrix v1.7, v1.8, and v1.9.

+ 3
- 0
synapse/rest/client/versions.py View File

@@ -80,6 +80,9 @@ class VersionsRestServlet(RestServlet):
"v1.4",
"v1.5",
"v1.6",
"v1.7",
"v1.8",
"v1.9",
],
# as per MSC1497:
"unstable_features": {


Loading…
Cancel
Save