summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-07-10 15:46:42 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-07-10 15:46:42 +0100
commitf77e99761919db671960aae4792cb563ad2b8e53 (patch)
tree00876cc5b19b0e1ad5143f2a17b1d3067e46a886 /changelog.d
parentDon't bundle aggregations when retrieving the original event (#5654) (diff)
downloadsynapse-f77e99761919db671960aae4792cb563ad2b8e53.tar.xz
Send 3PID bind requests as JSON data
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5656.bugfix1
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.