summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-04-07 15:54:16 +0100
committerGitHub <noreply@github.com>2022-04-07 15:54:16 +0100
commit7732c4902cab065b5c5451614a54be09280dcb68 (patch)
treedf63fb63eb73ee1b5490d398f17903e72104617d /changelog.d
parentFix fetching public rooms over federation (#12410) (diff)
downloadsynapse-7732c4902cab065b5c5451614a54be09280dcb68.tar.xz
Fix rejecting invites over federation (#12409)
Currently causes future incremental syncs to fail.

Broke by #12191
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12409.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12409.misc b/changelog.d/12409.misc
new file mode 100644
index 0000000000..9f333e718a
--- /dev/null
+++ b/changelog.d/12409.misc
@@ -0,0 +1 @@
+Avoid trying to calculate the state at outlier events.