]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Queue.php
Update does work now
[friendica.git] / src / Worker / Queue.php
index 50a9a5c91acb7c9dbc52c928bf9ea0eb9b554536..89ec2826270dd04c57fff62af912f8acf4646ff2 100644 (file)
@@ -35,7 +35,7 @@ class Queue
                        logger('filling queue jobs - start');
 
                        // Handling the pubsubhubbub requests
-                       PushSubscriber::publishFeed(PRIORITY_LOW);
+                       PushSubscriber::requeue();
 
                        $r = dba::inArray(dba::p("SELECT `id` FROM `queue` WHERE `next` < UTC_TIMESTAMP() ORDER BY `batch`, `cid`"));