mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
remove recommend block cache when necessary
This commit is contained in:
@@ -783,6 +783,7 @@ class TrackerRepository extends BaseRepository
|
||||
|
||||
if ($peer->exists) {
|
||||
$update['prev_action'] = $peer->last_action;
|
||||
$update['started'] = $peer->started;
|
||||
if ($queries['event'] == 'completed') {
|
||||
$update['finishedat'] = time();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user