diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-05-17 19:01:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 17:01:06 +0000 |
commit | 182ca78a12c4ae0f37726d43d5e592d669d99ee1 (patch) | |
tree | 0b52a822d0d3d89d95d7a62ed7d5de6dabf9a43f /changelog.d | |
parent | allow `on_invalidate=None` in `@cached` methods (#12769) (diff) | |
download | synapse-182ca78a12c4ae0f37726d43d5e592d669d99ee1.tar.xz |
Delete events from federation_inbound_events_staging table on purge (#12770)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12770.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12770.bugfix b/changelog.d/12770.bugfix new file mode 100644 index 0000000000..a958f9a16b --- /dev/null +++ b/changelog.d/12770.bugfix @@ -0,0 +1 @@ +Delete events from the `federation_inbound_events_staging` table when a room is purged through the admin API. |