From f6393db0daebe60438d252f975728b16cb8cf9bf Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 21 Sep 2022 18:16:09 -0500 Subject: [PATCH] Add changelog --- changelog.d/13863.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13863.bugfix 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.