[Sprint/GiddyGiraffe] (fix): shouldn't debit tokens if there's an ongoing boost
closes #515
0/1 discussion resolved
287 296 ->setOwner(Core\Session::getLoggedInUser()) 288 297 ->setCreatedTimestamp(round(microtime(true) * 1000)) 289 298 ->setType(lcfirst($pages[0])) 290 299 ->setPriority(false); - Owner
Can you move the check to below here and pass through
->checkExisting($boost)
?