Skip to content
Snippets Groups Projects
Commit ccffb096 authored by David Baker's avatar David Baker
Browse files

Remove stale line

parent 18d68bfe
No related branches found
No related tags found
No related merge requests found
......@@ -245,8 +245,6 @@ class EventPushActionsStore(SQLBaseStore):
(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
# 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
......
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