mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 06:09:25 -05:00
Merge branch 'fix_integrity_retry' of https://github.com/Ralith/synapse into Ralith-fix_integrity_retry
This commit is contained in:
commit
6cbd1b495e
@ -600,7 +600,8 @@ class EventsStore(SQLBaseStore):
|
||||
"rejections",
|
||||
"redactions",
|
||||
"room_memberships",
|
||||
"state_events"
|
||||
"state_events",
|
||||
"topics"
|
||||
):
|
||||
txn.executemany(
|
||||
"DELETE FROM %s WHERE event_id = ?" % (table,),
|
||||
|
Loading…
Reference in New Issue
Block a user