summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-03 11:04:08 -0500
committerGitHub <noreply@github.com>2021-03-03 11:04:08 -0500
commit922788c6043138165c025c78effeda87de842bab (patch)
tree410858f7e15fdf985e53d331cea7d7b704934c77 /changelog.d
parentAdd type hints to user admin API. (#9521) (diff)
downloadsynapse-922788c6043138165c025c78effeda87de842bab.tar.xz
Purge chain cover tables when purging events. (#9498)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9498.bugfix1
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.