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