diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-05-30 16:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 16:51:37 +0200 |
commit | 7f92ac4c1cbd7fae815c02b4920eb02ddf9458cb (patch) | |
tree | 49d520fa7dacb4bcc0666a901bbc71eeb0fae720 /changelog.d | |
parent | Fix invite notifications for users without pushers (#12840) (diff) | |
download | synapse-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.bugfix | 1 |
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. |