diff options
author | Travis Ralston <travpc@gmail.com> | 2018-11-16 09:40:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-16 09:40:50 -0700 |
commit | 0bb273db07931d4719c8881a96f8f371ebf4ec3c (patch) | |
tree | 918f50269ad469605b2174b6e00fc1901d1b56dc /changelog.d | |
parent | Fix Content-Disposition in media repository (#4176) (diff) | |
parent | Fix the terms UI auth tests (diff) | |
download | synapse-0bb273db07931d4719c8881a96f8f371ebf4ec3c.tar.xz |
Merge pull request #4192 from matrix-org/travis/fix-consent-urls
Remove duplicate slashes in generated consent URLs
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4192.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4192.bugfix b/changelog.d/4192.bugfix new file mode 100644 index 0000000000..f346fe026a --- /dev/null +++ b/changelog.d/4192.bugfix @@ -0,0 +1 @@ +Fix an issue where public consent URLs had two slashes. |