summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-02-15 14:33:28 +0000
committerGitHub <noreply@github.com>2022-02-15 14:33:28 +0000
commitbab2394aa9b514f51feb2c378a39d92143e9cec8 (patch)
tree110eff1181964669364c4a896e8b69916f38756d /changelog.d
parentTrack cache invalidations (#12000) (diff)
downloadsynapse-bab2394aa9b514f51feb2c378a39d92143e9cec8.tar.xz
`_auth_and_persist_outliers`: drop events we have already seen (#11994)
We already have two copies of this code, in 2/3 of the callers of
`_auth_and_persist_outliers`. Before I add a third, let's push it down.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11994.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11994.misc b/changelog.d/11994.misc
new file mode 100644
index 0000000000..d64297dd78
--- /dev/null
+++ b/changelog.d/11994.misc
@@ -0,0 +1 @@
+Move common deduplication code down into `_auth_and_persist_outliers`.