diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-09-26 16:26:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 16:26:35 +0100 |
commit | 6b4593a80fa2fd9ec8e1ec82fad74f3b7fbb9ba3 (patch) | |
tree | 39c8f39a45b9bf4e36575fbb2c2c0b2878255808 /changelog.d | |
parent | Update NixOS module URL (#13818) (diff) | |
download | synapse-6b4593a80fa2fd9ec8e1ec82fad74f3b7fbb9ba3.tar.xz |
Simplify cache invalidation after event persist txn (#13796)
This moves all the invalidations into a single place and de-duplicates the code involved in invalidating caches for a given event by using the base class method.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13796.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13796.misc b/changelog.d/13796.misc new file mode 100644 index 0000000000..9ed1662394 --- /dev/null +++ b/changelog.d/13796.misc @@ -0,0 +1 @@ +Use shared methods for cache invalidation when persisting events, remove duplicate codepaths. Contributed by Nick @ Beeper (@fizzadar). |