diff options
author | Eric Eastwood <erice@element.io> | 2021-09-29 12:07:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 12:07:03 -0500 |
commit | 6713a2ac2de08419485bae5f833c7d23bee937d3 (patch) | |
tree | ff4efdd12760d17fb4523e2ce3f8aeb233be2bfe | |
parent | Add changelog (diff) | |
download | synapse-6713a2ac2de08419485bae5f833c7d23bee937d3.tar.xz |
Update changelog.d/10938.bugfix
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | changelog.d/10938.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/10938.bugfix b/changelog.d/10938.bugfix index afe6f2c6bf..9cf0ea8788 100644 --- a/changelog.d/10938.bugfix +++ b/changelog.d/10938.bugfix @@ -1 +1 @@ -Fix [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint not being able to create outlier events. +Fix bug introduced in Synapse 1.44 which caused the experimental [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint to return a 500 error. |