mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 05:08:59 +01:00
Remove stale line
This commit is contained in:
parent
18d68bfee4
commit
ccffb0965d
1 changed files with 0 additions and 2 deletions
|
@ -245,8 +245,6 @@ class EventPushActionsStore(SQLBaseStore):
|
||||||
(room_id, user_id, )
|
(room_id, user_id, )
|
||||||
)
|
)
|
||||||
|
|
||||||
threshold = self._clock.time_msec() - KEEP_PUSH_ACTIONS_FOR_MS
|
|
||||||
|
|
||||||
# We need to join on the events table to get the received_ts for
|
# We need to join on the events table to get the received_ts for
|
||||||
# event_push_actions and sqlite won't let us use a join in a delete so
|
# event_push_actions and sqlite won't let us use a join in a delete so
|
||||||
# we can't just delete where received_ts < x. Furthermore we can
|
# we can't just delete where received_ts < x. Furthermore we can
|
||||||
|
|
Loading…
Reference in a new issue