diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-17 14:23:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 14:23:51 +0000 |
commit | 3b72bb780a000dc58bb53899e5cba301cca2b8f4 (patch) | |
tree | b72eee5d64ec2794d244f682a30c94bdc41fe9d6 /changelog.d | |
parent | bump version to v1.9.0.dev1 (diff) | |
parent | Precise changelog (diff) | |
download | synapse-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.bugfix | 1 |
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. |