diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-03 11:04:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 11:04:08 -0500 |
commit | 922788c6043138165c025c78effeda87de842bab (patch) | |
tree | 410858f7e15fdf985e53d331cea7d7b704934c77 /changelog.d | |
parent | Add type hints to user admin API. (#9521) (diff) | |
download | synapse-922788c6043138165c025c78effeda87de842bab.tar.xz |
Purge chain cover tables when purging events. (#9498)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9498.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9498.bugfix b/changelog.d/9498.bugfix new file mode 100644 index 0000000000..dce0ad0920 --- /dev/null +++ b/changelog.d/9498.bugfix @@ -0,0 +1 @@ +Properly purge the event chain cover index when purging history. |