summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-05-30 16:51:37 +0200
committerGitHub <noreply@github.com>2022-05-30 16:51:37 +0200
commit7f92ac4c1cbd7fae815c02b4920eb02ddf9458cb (patch)
tree49d520fa7dacb4bcc0666a901bbc71eeb0fae720 /changelog.d
parentFix invite notifications for users without pushers (#12840) (diff)
downloadsynapse-7f92ac4c1cbd7fae815c02b4920eb02ddf9458cb.tar.xz
Add a migration step to cleanup potential leftovers of bug 11833 (#12784)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12784.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12784.bugfix b/changelog.d/12784.bugfix
new file mode 100644
index 0000000000..a958f9a16b
--- /dev/null
+++ b/changelog.d/12784.bugfix
@@ -0,0 +1 @@
+Delete events from the `federation_inbound_events_staging` table when a room is purged through the admin API.