summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-02 10:20:35 +0100
committerGitHub <noreply@github.com>2019-10-02 10:20:35 +0100
commitdfe70096392b005b81aea551e629ec9aa45ca60e (patch)
tree94cad718d627ddf7b2a452d6cf12c7717ebcd521 /changelog.d
parentMerge pull request #6135 from matrix-org/erikj/fixup_devices_last_seen_query (diff)
parentNewsfile (diff)
downloadsynapse-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.bugfix1
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.