diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-10-20 15:17:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 15:17:45 +0100 |
commit | da2c93d4b69200c1ea9fb94ec3c951fd4b424864 (patch) | |
tree | a655a17b67cbf7044dd2769362bccd4487806579 /changelog.d | |
parent | Merge branch 'release-v1.70' into develop (diff) | |
download | synapse-da2c93d4b69200c1ea9fb94ec3c951fd4b424864.tar.xz |
Stop returning `unsigned.invite_room_state` in `PUT /_matrix/federation/v2/invite/{roomId}/{eventId}` responses (#14064)
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14064.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14064.bugfix b/changelog.d/14064.bugfix new file mode 100644 index 0000000000..cce6ef3b71 --- /dev/null +++ b/changelog.d/14064.bugfix @@ -0,0 +1 @@ + Fix a long-standing bug where Synapse would accidentally include extra information in the response to [`PUT /_matrix/federation/v2/invite/{roomId}/{eventId}`](https://spec.matrix.org/v1.4/server-server-api/#put_matrixfederationv2inviteroomideventid). \ No newline at end of file |