mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Use "failed" field
This commit is contained in:
parent
ebcf757244
commit
5bf813d0ec
9 changed files with 22 additions and 24 deletions
|
@ -228,7 +228,7 @@ class PortableContact
|
|||
{
|
||||
$r = q(
|
||||
"SELECT `url`, `site_name` AS `displayName`, `network`, `platform`, `version` FROM `gserver`
|
||||
WHERE `network` IN ('%s', '%s', '%s') AND `last_contact` > `last_failure`
|
||||
WHERE `network` IN ('%s', '%s', '%s') AND NOT `failed`
|
||||
ORDER BY `last_contact`
|
||||
LIMIT 1000",
|
||||
DBA::escape(Protocol::DFRN),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue