The priority is now a class constant

This commit is contained in:
Michael 2022-10-17 05:50:23 +00:00 committed by Matthew Exon
parent a398df3151
commit 78bc8af225
2 changed files with 2304 additions and 219 deletions

View file

@ -180,5 +180,5 @@ function ifttt_message($uid, $item)
$link = hash('ripemd128', $item['msg']);
}
Post\Delayed::add($link, $post, Worker::PRIORITY_MEDIUM, Post\Delayed::PREPARED);
Post\Delayed::add($link, $post, Worker::PRIORITY_MEDIUM, Post\Delayed::UNPREPARED);
}

File diff suppressed because it is too large Load diff