summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-10-31 17:32:25 +0000
committerAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-10-31 17:32:25 +0000
commit42e707c663505cecb63da579d5fa2c4d30811db7 (patch)
treef8dd5c0802072c4b2ab0a188fee86f2547cfcc5e /changelog.d
parentUpdate black to 19.10b0 (#6304) (diff)
downloadsynapse-42e707c663505cecb63da579d5fa2c4d30811db7.tar.xz
rstrip slashes from url on appservice (#6306)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6306.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6306.bugfix b/changelog.d/6306.bugfix
new file mode 100644
index 0000000000..c7dcbcdce8
--- /dev/null
+++ b/changelog.d/6306.bugfix
@@ -0,0 +1 @@
+Appservice requests will no longer contain a double slash prefix when the appservice url provided ends in a slash.