summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-21 18:16:09 -0500
committerEric Eastwood <erice@element.io>2022-09-21 18:16:09 -0500
commitf6393db0daebe60438d252f975728b16cb8cf9bf (patch)
treea8f3df2403745f4c65ba44d6555f664c0b7560e3
parentFix `have_seen_event` cache not being invalidated (diff)
downloadsynapse-f6393db0daebe60438d252f975728b16cb8cf9bf.tar.xz
Add changelog
-rw-r--r--changelog.d/13863.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13863.bugfix b/changelog.d/13863.bugfix
new file mode 100644
index 0000000000..8d1491b0cc
--- /dev/null
+++ b/changelog.d/13863.bugfix
@@ -0,0 +1 @@
+Fix `have_seen_event` cache not being invalidated after we persist an event which causes downstream effects like extra `/state` federation calls.