Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Advertise support for Matrix 1.4. #14184

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.d/14032.feature
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions changelog.d/14184.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"v1.1",
"v1.2",
"v1.3",
"v1.4",
],
# as per MSC1497:
"unstable_features": {
Expand Down