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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/11895.removal | 1 |
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. |