Bugfix: The duplicate check for likes wasn't reliable
This commit is contained in:
parent
0f615fdcd7
commit
6c3d0f82c2
3 changed files with 12 additions and 12 deletions
|
|
@ -559,7 +559,7 @@ function notifier_run(&$argv, &$argc){
|
|||
$r = array_merge($r2,$r1,$r0);
|
||||
|
||||
if(count($r)) {
|
||||
logger('pubdeliver: ' . print_r($r,true), LOGGER_DEBUG);
|
||||
logger('pubdeliver '.$target_item["guid"].': '.print_r($r,true), LOGGER_DEBUG);
|
||||
|
||||
// throw everything into the queue in case we get killed
|
||||
|
||||
|
|
@ -584,7 +584,7 @@ function notifier_run(&$argv, &$argc){
|
|||
}
|
||||
|
||||
if((! $mail) && (! $fsuggest) && (! $followup)) {
|
||||
logger('notifier: delivery agent: ' . $rr['name'] . ' ' . $rr['id']);
|
||||
logger('notifier: delivery agent: '.$rr['name'].' '.$rr['id'].' '.$rr['network'].' '.$target_item["guid"]);
|
||||
proc_run('php','include/delivery.php',$cmd,$item_id,$rr['id']);
|
||||
if($interval)
|
||||
@time_sleep_until(microtime(true) + (float) $interval);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue