summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-09-28 22:00:04 -0500
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-09-30 11:34:44 +0100
commitc4bf48ee6fa4662d88a5bf682e79787851fe9cd8 (patch)
tree4f0a0ae05e6a1dcec941049997cefc4521c36209 /changelog.d
parentFix issue causing sending presence to ASes to fail (due to incomplete type an... (diff)
downloadsynapse-c4bf48ee6fa4662d88a5bf682e79787851fe9cd8.tar.xz
Fix event context for outliers in important MSC2716 spot (#10938)
Fix event context for outlier causing failures in all of the MSC2716
Complement tests.

The `EventContext.for_outlier` refactor happened in
https://github.com/matrix-org/synapse/pull/10883
and this spot was left out.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10938.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10938.bugfix b/changelog.d/10938.bugfix
new file mode 100644
index 0000000000..9cf0ea8788
--- /dev/null
+++ b/changelog.d/10938.bugfix
@@ -0,0 +1 @@
+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.