diff options
author | Jacek KuĊnierz <jacek.kusnierz@tum.de> | 2022-06-16 12:48:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 11:48:18 +0100 |
commit | 0ef1307619799bec2bbb96ce6516f307b0f8f217 (patch) | |
tree | dfbaaad6bfb22e0244733df8e538bcc6b8d5d660 /changelog.d | |
parent | Add instructions for running Complement with `gotestfmt`-formatted output loc... (diff) | |
download | synapse-0ef1307619799bec2bbb96ce6516f307b0f8f217.tar.xz |
Add custom well-known (#13035)
Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13035.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13035.feature b/changelog.d/13035.feature new file mode 100644 index 0000000000..cfca3ab4b7 --- /dev/null +++ b/changelog.d/13035.feature @@ -0,0 +1 @@ +Allow server admins to customise the response of the `/.well-known/matrix/client` endpoint. |