]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
add uid variable to b8 classes
[friendica.git] / include / poller.php
old mode 100644 (file)
new mode 100755 (executable)
index d568bbd..89e4488
@@ -140,7 +140,7 @@ function poller_run($argv, $argc){
                        if($manual_id)
                                $contact['last-update'] = '0000-00-00 00:00:00';
 
-                       if($contact['network'] === NETWORK_DFRN)
+                       if($contact['network'] === NETWORK_DFRN || $contact['network'] === NETWORK_OSTATUS)
                                $contact['priority'] = 2;
 
                        if($contact['priority'] || $contact['subhub']) {