diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-07-09 18:48:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 18:48:38 +0100 |
commit | 65434da75d0f59c3973259416a9cf80d20cc4fc7 (patch) | |
tree | 4651d641717343d1a0cbec8fe67c7df80402be6e /changelog.d | |
parent | remove unused and unnecessary check for FederationDeniedError (#5645) (diff) | |
parent | Merge branch 'develop' into babolivier/invite-json (diff) | |
download | synapse-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.bugfix | 1 |
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. |