diff options
author | Šimon Brandner <simon.bra.ag@gmail.com> | 2022-05-16 17:06:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 15:06:23 +0000 |
commit | 3ce15cc7be02da139e0b274418b2c137d737035a (patch) | |
tree | 8e56ecde016918bf9e2e1b02d9c238212f5e242a /changelog.d | |
parent | Merge tag 'v1.59.0rc2' into develop (diff) | |
download | synapse-3ce15cc7be02da139e0b274418b2c137d737035a.tar.xz |
Avoid unnecessary copies when filtering private read receipts. (#12711)
A minor optimization to avoid unnecessary copying/building identical dictionaries when filtering private read receipts. Also clarifies comments and cleans-up some tests.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12711.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12711.misc b/changelog.d/12711.misc new file mode 100644 index 0000000000..0831ce0452 --- /dev/null +++ b/changelog.d/12711.misc @@ -0,0 +1 @@ +Optimize private read receipt filtering. |