Delete events from federation_inbound_events_staging table on purge (#12770)

This commit is contained in:
Mathieu Velten 2022-05-17 19:01:06 +02:00 committed by GitHub
parent 5331fb5b47
commit 182ca78a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -2489,4 +2489,5 @@ PURGE_TABLES = [
"room_tags",
# "state_groups", # Current impl leaves orphaned state groups around.
"state_groups_state",
"federation_inbound_events_staging",
]