diff options
author | Eric Eastwood <erice@element.io> | 2022-09-22 21:56:57 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-22 21:56:57 -0500 |
commit | 9fb750dc2f4b842957db2025426ca84eb27caa45 (patch) | |
tree | 7fb14fd12994fe830005dc0792a347bde3e5e14f | |
parent | Add test description (diff) | |
download | synapse-9fb750dc2f4b842957db2025426ca84eb27caa45.tar.xz |
Better changelog
-rw-r--r-- | changelog.d/13863.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/13863.bugfix b/changelog.d/13863.bugfix index 8d1491b0cc..74264a4fab 100644 --- a/changelog.d/13863.bugfix +++ b/changelog.d/13863.bugfix @@ -1 +1 @@ -Fix `have_seen_event` cache not being invalidated after we persist an event which causes downstream effects like extra `/state` federation calls. +Fix `have_seen_event` cache not being invalidated after we persist an event which causes inefficiency effects like extra `/state` federation calls. |