diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-07-10 17:01:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 17:01:26 +0100 |
commit | 8ab3444fdf374491b2f5fcf4a572f6144d339499 (patch) | |
tree | f18add4be57430895ce41d413ac09de82641f9ad /changelog.d | |
parent | Remove access-token support from RegistrationStore.register (#5642) (diff) | |
parent | Typo (diff) | |
download | synapse-8ab3444fdf374491b2f5fcf4a572f6144d339499.tar.xz |
Merge pull request #5658 from matrix-org/babolivier/is-json
Send 3PID bind requests as JSON data
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5658.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5658.bugfix b/changelog.d/5658.bugfix new file mode 100644 index 0000000000..f6ae906a9a --- /dev/null +++ b/changelog.d/5658.bugfix @@ -0,0 +1 @@ +Fix 3PID bind requests being sent to identity servers as `application/x-form-www-urlencoded` data, which is deprecated. |