diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-03 13:36:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 18:36:49 +0000 |
commit | 119edf51eb3e4f5ed5139dc370f5d7aed46edc1c (patch) | |
tree | f898cd92015dfefe075eec9d908bb44d2c3abc9f /synapse/api | |
parent | Fix typo: unpind -> unbind (#11859) (diff) | |
download | synapse-119edf51eb3e4f5ed5139dc370f5d7aed46edc1c.tar.xz |
Remove support for the webclient listener. (#11895)
Also remove support for non-HTTP(S) web_client_location.
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 f9f9467dc1..bd49fa6a5f 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py @@ -28,7 +28,6 @@ FEDERATION_V1_PREFIX = FEDERATION_PREFIX + "/v1" FEDERATION_V2_PREFIX = FEDERATION_PREFIX + "/v2" FEDERATION_UNSTABLE_PREFIX = FEDERATION_PREFIX + "/unstable" STATIC_PREFIX = "/_matrix/static" -WEB_CLIENT_PREFIX = "/_matrix/client" SERVER_KEY_V2_PREFIX = "/_matrix/key/v2" MEDIA_R0_PREFIX = "/_matrix/media/r0" MEDIA_V3_PREFIX = "/_matrix/media/v3" |