1
0
Fork 0

don't deliver on first pass if already queued

This commit is contained in:
Friendika 2011-08-29 17:52:31 -07:00
commit 7e79b140f0
2 changed files with 2 additions and 1 deletions

View file

@ -411,6 +411,7 @@ function notifier_run($argv, $argc){
proc_run('php','include/delivery.php',$cmd,$item_id,$contact['id']);
if($interval)
@time_sleep_until(microtime(true) + (float) $interval);
continue;
}
$deliver_status = 0;