summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-17 14:23:51 +0000
committerGitHub <noreply@github.com>2020-01-17 14:23:51 +0000
commit3b72bb780a000dc58bb53899e5cba301cca2b8f4 (patch)
treeb72eee5d64ec2794d244f682a30c94bdc41fe9d6 /changelog.d
parentbump version to v1.9.0.dev1 (diff)
parentPrecise changelog (diff)
downloadsynapse-3b72bb780a000dc58bb53899e5cba301cca2b8f4.tar.xz
Merge pull request #6714 from matrix-org/babolivier/retention_select_event
Fix instantiation of message retention purge jobs
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6714.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6714.bugfix b/changelog.d/6714.bugfix
new file mode 100644
index 0000000000..410516694f
--- /dev/null
+++ b/changelog.d/6714.bugfix
@@ -0,0 +1 @@
+Fix a bug causing Synapse to not always purge quiet rooms with a low `max_lifetime` in their message retention policies when running the automated purge jobs.