summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-10-14 13:48:33 +0100
committerGitHub <noreply@github.com>2022-10-14 13:48:33 +0100
commit97b3d037c043d5c91c2a36109cab0c668a6a13ed (patch)
tree863746d9124e38061ac0265f60f6367d54b2b722 /changelog.d
parentDo not allow a None-limit on PaginationConfig. (#14146) (diff)
downloadsynapse-97b3d037c043d5c91c2a36109cab0c668a6a13ed.tar.xz
Don't require optional `invite_room_state` field on fed v2 invite (#14083)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14083.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14083.bugfix b/changelog.d/14083.bugfix
new file mode 100644
index 0000000000..752982b1ca
--- /dev/null
+++ b/changelog.d/14083.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where Synapse would error on the optional 'invite_room_state' field not being provided 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