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

Commit

Permalink
Support Client-Server API r0.6.1 (#11097)
Browse files Browse the repository at this point in the history
Fixes #11064

Signed-off-by: Aaron Raimist <[email protected]>
  • Loading branch information
aaronraimist authored Nov 1, 2021
1 parent ece84f2 commit 3ae1464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11097.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise support for Client-Server API r0.6.1.
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"r0.4.0",
"r0.5.0",
"r0.6.0",
"r0.6.1",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit 3ae1464

Please sign in to comment.