diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-20 10:34:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 15:34:45 +0000 |
commit | d09099642e3a1fe9b26149fa57c58db3c26afc10 (patch) | |
tree | ed90999ab230b2ec26d3c618e8ecb3c19918dede /changelog.d | |
parent | Add a regression test for using both webclient and client resources simultane... (diff) | |
download | synapse-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.misc | 1 |
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. |