mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:44:25 +02:00
We can now define the days after a contact is archived
This commit is contained in:
parent
ea9b4cc523
commit
869d8ab12d
4 changed files with 10 additions and 7 deletions
|
@ -3319,7 +3319,7 @@ class Diaspora
|
|||
}
|
||||
}
|
||||
|
||||
logger("transmit: ".$logid."-".$guid." returns: ".$return_code);
|
||||
logger("transmit: ".$logid."-".$guid." to ".$dest_url." returns: ".$return_code);
|
||||
|
||||
if (!$return_code || (($return_code == 503) && (stristr($a->get_curl_headers(), "retry-after")))) {
|
||||
if (!$no_queue && ($contact['contact-type'] != ACCOUNT_TYPE_RELAY)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue