summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-11-29 10:49:23 -0500
committerGitHub <noreply@github.com>2022-11-29 10:49:23 -0500
commit13aa29db1ddc925beb35f5f1da8fd1a1bcc91373 (patch)
tree5edb27c66d3dec34b011730bf98e9f1f86fc461b /synapse/rest
parentFix GHA job for pushing the complement-synapse image (#14573) (diff)
downloadsynapse-13aa29db1ddc925beb35f5f1da8fd1a1bcc91373.tar.xz
Advertise support for Matrix v1.5. (#14576)
All features of Matrix v1.5 were already supported: this was
mostly a maintenance release.
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/client/versions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/versions.py b/synapse/rest/client/versions.py
index 3c0a90010b..e19c0946c0 100644
--- a/synapse/rest/client/versions.py
+++ b/synapse/rest/client/versions.py
@@ -77,6 +77,7 @@ class VersionsRestServlet(RestServlet):
                     "v1.2",
                     "v1.3",
                     "v1.4",
+                    "v1.5",
                 ],
                 # as per MSC1497:
                 "unstable_features": {