diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-09 11:22:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 11:22:25 -0500 |
commit | dc51d8ffaf4d392be2f36c4d36625352b09c55c9 (patch) | |
tree | 989a1ff1fe1d923af563ddc596b21853d9414d80 /changelog.d | |
parent | Link to the List user's media admin API from media Admin API docs (#9571) (diff) | |
download | synapse-dc51d8ffaf4d392be2f36c4d36625352b09c55c9.tar.xz |
Add a background task to purge unused chain IDs. (#9542)
This is a companion change to apply the fix in #9498 / 922788c6043138165c025c78effeda87de842bab to previously purged rooms.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9542.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9542.bugfix b/changelog.d/9542.bugfix new file mode 100644 index 0000000000..51b1876f3b --- /dev/null +++ b/changelog.d/9542.bugfix @@ -0,0 +1 @@ +Purge chain cover indexes for events that were purged prior to Synapse v1.29.0. |