mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)
This commit is contained in:
parent
d6c3b7584f
commit
dcf949cd87
2 changed files with 4 additions and 0 deletions
1
changelog.d/16707.feature
Normal file
1
changelog.d/16707.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Synapse now declares support for Matrix v1.7, v1.8, and v1.9.
|
|
@ -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…
Reference in a new issue