diff options
author | Neil Johnson <neil@matrix.org> | 2019-01-25 17:27:36 +0000 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2019-01-25 17:27:36 +0000 |
commit | 893107be78b93699cd96d0e025ee6610bcff9c5a (patch) | |
tree | 0182b65a53be1bc8a909e6f7836510881b57cf9a /synapse/rest | |
parent | Support room version capabilities in CS API (MSC1804) (diff) | |
download | synapse-893107be78b93699cd96d0e025ee6610bcff9c5a.tar.xz |
backout v3
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/capabilities.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/capabilities.py b/synapse/rest/client/v2_alpha/capabilities.py index d73153ccc7..61319a7a2e 100644 --- a/synapse/rest/client/v2_alpha/capabilities.py +++ b/synapse/rest/client/v2_alpha/capabilities.py @@ -38,7 +38,6 @@ class CapabilitiesRestServlet(RestServlet): "1": "stable", "2": "stable", "state-v2-test": "unstable", - "3": "unstable" } } } |