Skip to content

Commit dcf949c

Browse files
authored
Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)
1 parent d6c3b75 commit dcf949c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.d/16707.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Synapse now declares support for Matrix v1.7, v1.8, and v1.9.

synapse/rest/client/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
8080
"v1.4",
8181
"v1.5",
8282
"v1.6",
83+
"v1.7",
84+
"v1.8",
85+
"v1.9",
8386
],
8487
# as per MSC1497:
8588
"unstable_features": {

0 commit comments

Comments
 (0)