Skip to content
Snippets Groups Projects
Commit 6cbd1b49 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'fix_integrity_retry' of https://github.com/Ralith/synapse into...

Merge branch 'fix_integrity_retry' of https://github.com/Ralith/synapse into Ralith-fix_integrity_retry
parents 75299af4 8a57cc31
No related branches found
No related tags found
No related merge requests found
......@@ -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,),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment