summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-03-18 20:31:47 +0000
committerGitHub <noreply@github.com>2021-03-18 20:31:47 +0000
commit201178db1aea302d714d6da4dc188e9d103ee474 (patch)
tree3e2366f081ca911185598a8aa7ee1827c1dee86b /changelog.d
parentFix type-hints from bad merge. (diff)
downloadsynapse-201178db1aea302d714d6da4dc188e9d103ee474.tar.xz
federation_client: stop adding URL prefix (#9645)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9645.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9645.misc b/changelog.d/9645.misc
new file mode 100644
index 0000000000..9a7ce364c1
--- /dev/null
+++ b/changelog.d/9645.misc
@@ -0,0 +1 @@
+In the `federation_client` commandline client, stop automatically adding the URL prefix, so that servlets on other prefixes can be tested.