summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-03 13:36:49 -0500
committerGitHub <noreply@github.com>2022-02-03 18:36:49 +0000
commit119edf51eb3e4f5ed5139dc370f5d7aed46edc1c (patch)
treef898cd92015dfefe075eec9d908bb44d2c3abc9f /changelog.d
parentFix typo: unpind -> unbind (#11859) (diff)
downloadsynapse-119edf51eb3e4f5ed5139dc370f5d7aed46edc1c.tar.xz
Remove support for the webclient listener. (#11895)
Also remove support for non-HTTP(S) web_client_location.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11895.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11895.removal b/changelog.d/11895.removal
new file mode 100644
index 0000000000..5973d96a33
--- /dev/null
+++ b/changelog.d/11895.removal
@@ -0,0 +1 @@
+Drop support for `webclient` listeners and configuring `web_client_location` to a non-HTTP(S) URL. Deprecated configurations are a configuration error.