summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-07-09 18:48:38 +0100
committerGitHub <noreply@github.com>2019-07-09 18:48:38 +0100
commit65434da75d0f59c3973259416a9cf80d20cc4fc7 (patch)
tree4651d641717343d1a0cbec8fe67c7df80402be6e /changelog.d
parentremove unused and unnecessary check for FederationDeniedError (#5645) (diff)
parentMerge branch 'develop' into babolivier/invite-json (diff)
downloadsynapse-65434da75d0f59c3973259416a9cf80d20cc4fc7.tar.xz
Merge pull request #5638 from matrix-org/babolivier/invite-json
Use JSON when querying the IS's /store-invite endpoint
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5638.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5638.bugfix b/changelog.d/5638.bugfix
new file mode 100644
index 0000000000..66781ad9e6
--- /dev/null
+++ b/changelog.d/5638.bugfix
@@ -0,0 +1 @@
+Fix requests to the `/store_invite` endpoint of identity servers being sent in the wrong format.