diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-31 22:29:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 22:29:02 +1100 |
commit | f79f45448527f22f3813e38233521a5e13e9223e (patch) | |
tree | 29076806f03229e5353a1e745cb6ce1350891713 /synapse/api | |
parent | Fix search 500ing (#4122) (diff) | |
download | synapse-f79f45448527f22f3813e38233521a5e13e9223e.tar.xz |
Remove deprecated v1 key exchange endpoint (#4119)
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py index 6d9f1ca0ef..f78695b657 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py @@ -28,7 +28,6 @@ FEDERATION_PREFIX = "/_matrix/federation/v1" STATIC_PREFIX = "/_matrix/static" WEB_CLIENT_PREFIX = "/_matrix/client" CONTENT_REPO_PREFIX = "/_matrix/content" -SERVER_KEY_PREFIX = "/_matrix/key/v1" SERVER_KEY_V2_PREFIX = "/_matrix/key/v2" MEDIA_PREFIX = "/_matrix/media/r0" LEGACY_MEDIA_PREFIX = "/_matrix/media/v1" |