mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Support Client-Server API r0.6.1 (#11097)
Fixes #11064 Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
ece84f2c45
commit
3ae1464efd
1
changelog.d/11097.feature
Normal file
1
changelog.d/11097.feature
Normal file
@ -0,0 +1 @@
|
||||
Advertise support for Client-Server API r0.6.1.
|
@ -72,6 +72,7 @@ class VersionsRestServlet(RestServlet):
|
||||
"r0.4.0",
|
||||
"r0.5.0",
|
||||
"r0.6.0",
|
||||
"r0.6.1",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
Loading…
Reference in New Issue
Block a user