mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-04 18:08:48 -04:00
Delete events from federation_inbound_events_staging table on purge (#12770)
This commit is contained in:
parent
5331fb5b47
commit
182ca78a12
3 changed files with 3 additions and 0 deletions
|
@ -2489,4 +2489,5 @@ PURGE_TABLES = [
|
|||
"room_tags",
|
||||
# "state_groups", # Current impl leaves orphaned state groups around.
|
||||
"state_groups_state",
|
||||
"federation_inbound_events_staging",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue