diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-02-15 14:33:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 14:33:28 +0000 |
commit | bab2394aa9b514f51feb2c378a39d92143e9cec8 (patch) | |
tree | 110eff1181964669364c4a896e8b69916f38756d /changelog.d | |
parent | Track cache invalidations (#12000) (diff) | |
download | synapse-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.misc | 1 |
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`. |