diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-07-10 15:46:42 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-07-10 15:46:42 +0100 |
commit | f77e99761919db671960aae4792cb563ad2b8e53 (patch) | |
tree | 00876cc5b19b0e1ad5143f2a17b1d3067e46a886 /changelog.d | |
parent | Don't bundle aggregations when retrieving the original event (#5654) (diff) | |
download | synapse-f77e99761919db671960aae4792cb563ad2b8e53.tar.xz |
Send 3PID bind requests as JSON data
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5656.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5656.bugfix b/changelog.d/5656.bugfix new file mode 100644 index 0000000000..f6ae906a9a --- /dev/null +++ b/changelog.d/5656.bugfix @@ -0,0 +1 @@ +Fix 3PID bind requests being sent to identity servers as `application/x-form-www-urlencoded` data, which is deprecated. |