diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-20 09:21:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 14:21:06 +0000 |
commit | 91221b696156e9f1f9deecd425ae58af03ebb5d3 (patch) | |
tree | c96d344b3eac5c339f6f9f781831882708750dfe /changelog.d | |
parent | Debug for device lists updates (#11760) (diff) | |
download | synapse-91221b696156e9f1f9deecd425ae58af03ebb5d3.tar.xz |
Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client_location`. (#11774)
This changes the behaviour of the root endpoint to redirect directly to the configuration of `web_client_location` if it is given an HTTP(S) URL.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11774.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11774.misc b/changelog.d/11774.misc new file mode 100644 index 0000000000..136ba57f94 --- /dev/null +++ b/changelog.d/11774.misc @@ -0,0 +1 @@ +Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration. |