mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Actually use new param
This commit is contained in:
parent
25634ed152
commit
c96d547f4d
@ -140,11 +140,13 @@ class EventPushActionsStore(SQLBaseStore):
|
|||||||
(event.room_id, uid,)
|
(event.room_id, uid,)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Now we delete the staging area for *all* events that were being
|
||||||
|
# persisted.
|
||||||
txn.executemany(
|
txn.executemany(
|
||||||
"DELETE FROM event_push_actions_staging WHERE event_id = ?",
|
"DELETE FROM event_push_actions_staging WHERE event_id = ?",
|
||||||
(
|
(
|
||||||
(event.event_id,)
|
(event.event_id,)
|
||||||
for event, _ in events_and_contexts
|
for event, _ in all_events_and_contexts
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user