0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-19 08:08:58 +02:00

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

This commit is contained in:
Erik Johnston 2016-08-16 10:50:24 +01:00
commit 6cbd1b495e

View file

@ -600,7 +600,8 @@ class EventsStore(SQLBaseStore):
"rejections", "rejections",
"redactions", "redactions",
"room_memberships", "room_memberships",
"state_events" "state_events",
"topics"
): ):
txn.executemany( txn.executemany(
"DELETE FROM %s WHERE event_id = ?" % (table,), "DELETE FROM %s WHERE event_id = ?" % (table,),