mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 09:04:11 -04:00
Advertise support for Matrix v1.5. (#14576)
All features of Matrix v1.5 were already supported: this was mostly a maintenance release.
This commit is contained in:
parent
5b0dcda7f0
commit
13aa29db1d
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"v1.2",
|
||||
"v1.3",
|
||||
"v1.4",
|
||||
"v1.5",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue