diff options
author | Eric Eastwood <erice@element.io> | 2022-09-21 18:16:09 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-21 18:16:09 -0500 |
commit | f6393db0daebe60438d252f975728b16cb8cf9bf (patch) | |
tree | a8f3df2403745f4c65ba44d6555f664c0b7560e3 | |
parent | Fix `have_seen_event` cache not being invalidated (diff) | |
download | synapse-f6393db0daebe60438d252f975728b16cb8cf9bf.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/13863.bugfix | 1 |
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. |