mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 11:13:49 +01:00
Advertise Matrix 1.1 in /_matrix/client/versions
(#12020)
This commit is contained in:
parent
19bd9cff1a
commit
31a298fec7
2 changed files with 2 additions and 0 deletions
1
changelog.d/12020.feature
Normal file
1
changelog.d/12020.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Advertise Matrix 1.1 support on `/_matrix/client/versions`.
|
|
@ -73,6 +73,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.5.0",
|
||||
"r0.6.0",
|
||||
"r0.6.1",
|
||||
"v1.1",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in a new issue