foreach($res as $contact) {
- logger("Check for polling ".$contact["uid"]." ".$contact["id"]." ".$contact["network"]." ".$contact["nick"]);
-
$xml = false;
if($manual_id)
if(!get_config('system','ostatus_use_priority') and ($contact['network'] === NETWORK_OSTATUS))
$contact['priority'] = 2;
- if($contact['priority'] || $contact['subhub']) {
+ if(($contact['priority'] || $contact['subhub']) AND ($contact['network'] != NETWORK_FEED)) {
$hub_update = true;
$update = false;