mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 17:21:33 -05:00
Oops, missing comma
This commit is contained in:
parent
ccffb0965d
commit
c2da3406fc
@ -256,7 +256,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
txn.execute(
|
||||
"DELETE FROM event_push_actions "
|
||||
" WHERE user_id = ? AND room_id = ? AND "
|
||||
" topological_ordering < ? AND stream_ordering < ?"
|
||||
" topological_ordering < ? AND stream_ordering < ?",
|
||||
(user_id, room_id, topological_ordering, self.stream_ordering_month_ago)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user