Mark contacts from not reachable servers as unreachable
This commit is contained in:
parent
a0011ba58e
commit
e095553590
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ function discover_users() {
|
||||||
|
|
||||||
if (++$checked > 100)
|
if (++$checked > 100)
|
||||||
return;
|
return;
|
||||||
}
|
} else
|
||||||
|
q("UPDATE `gcontact` SET `last_failure` = '%s' WHERE `nurl` = '%s'",
|
||||||
|
dbesc(datetime_convert()), dbesc(normalise_link($user["url"])));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue