diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-02 10:20:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 10:20:35 +0100 |
commit | dfe70096392b005b81aea551e629ec9aa45ca60e (patch) | |
tree | 94cad718d627ddf7b2a452d6cf12c7717ebcd521 /changelog.d | |
parent | Merge pull request #6135 from matrix-org/erikj/fixup_devices_last_seen_query (diff) | |
parent | Newsfile (diff) | |
download | synapse-dfe70096392b005b81aea551e629ec9aa45ca60e.tar.xz |
Merge pull request #6141 from matrix-org/erikj/censor_redactions_fix
Fix censoring redactions performance
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6141.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6141.bugfix b/changelog.d/6141.bugfix new file mode 100644 index 0000000000..c93920b7b5 --- /dev/null +++ b/changelog.d/6141.bugfix @@ -0,0 +1 @@ +Fix bad performance of censoring redactions background task. |