Commit d684846f authored by Mark Harding's avatar Mark Harding

(chore): further offset boost rotator

parent 5f6f42d7
No related merge requests found
Pipeline #79822891 waiting for manual action with stages
in 9 minutes and 26 seconds
......@@ -123,7 +123,8 @@ class feed implements Interfaces\Api
// } else {
// $next = 0;
// }
$next = $boosts[1]->getTimestamp();
$len = count($boosts);
$next = $boosts[$len -1]->getTimestamp();
} elseif ($isBoostFeed) {
$len = count($boosts);
$next = $boosts[$len -1]->getTimestamp();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment