summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-01-20 10:34:45 -0500
committerGitHub <noreply@github.com>2022-01-20 15:34:45 +0000
commitd09099642e3a1fe9b26149fa57c58db3c26afc10 (patch)
treeed90999ab230b2ec26d3c618e8ecb3c19918dede /changelog.d
parentAdd a regression test for using both webclient and client resources simultane... (diff)
downloadsynapse-d09099642e3a1fe9b26149fa57c58db3c26afc10.tar.xz
Fix redirecting to the webclient for non-HTTP(S) web_client_location. (#11783)
To not change the behaviour during the deprecation period.

Follow-up to #11774.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11783.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11783.misc b/changelog.d/11783.misc
new file mode 100644
index 0000000000..136ba57f94
--- /dev/null
+++ b/changelog.d/11783.misc
@@ -0,0 +1 @@
+Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration.