mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
google hub not working, this fix may be temporary or it may be permanent if the hub cannot be relied on.
This commit is contained in:
parent
524f73e306
commit
d8283a35ba
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
$contacts = q("SELECT * FROM `contact`
|
||||
WHERE ( `dfrn-id` != '' OR (`issued-id` != '' AND `duplex` = 1))
|
||||
AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 AND `subhub` = 0 ORDER BY RAND()");
|
||||
AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()");
|
||||
|
||||
if(! count($contacts))
|
||||
killme();
|
||||
|
|
Loading…
Reference in a new issue