diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-10 08:55:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 08:55:52 -0500 |
commit | 918f6ed827ceabc052eddba15d2e6aeefe36be23 (patch) | |
tree | 65c42ee91d9e429049118bcd13f3786a06838deb /changelog.d | |
parent | Do not ignore the unpaddedbase64 module when type checking. (#9568) (diff) | |
download | synapse-918f6ed827ceabc052eddba15d2e6aeefe36be23.tar.xz |
Fix a bug in the background task for purging chain cover. (#9583)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9583.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9583.bugfix b/changelog.d/9583.bugfix new file mode 100644 index 0000000000..51b1876f3b --- /dev/null +++ b/changelog.d/9583.bugfix @@ -0,0 +1 @@ +Purge chain cover indexes for events that were purged prior to Synapse v1.29.0. |