mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Merge remote-tracking branch 'upstream/develop' into 1702-only-worker
Conflicts: include/onepoll.php include/queue.php
This commit is contained in:
commit
77e8c44016
26 changed files with 13391 additions and 13065 deletions
|
@ -379,7 +379,7 @@ function delivery_run(&$argv, &$argc){
|
|||
|
||||
logger('notifier: dfrn_delivery to '.$contact["url"].' with guid '.$target_item["guid"].' returns '.$deliver_status);
|
||||
|
||||
if ($deliver_status == (-1)) {
|
||||
if ($deliver_status < 0) {
|
||||
logger('notifier: delivery failed: queuing message');
|
||||
add_to_queue($contact['id'],NETWORK_DFRN,$atom);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue