]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/lib/hubprepqueuehandler.php
IMPORTANT - fixed HubSub to properly fetch primary keys
[quix0rs-gnu-social.git] / plugins / OStatus / lib / hubprepqueuehandler.php
index 90ee6a8bd97e8ab79bb3fee636443328360381a9..f6abfcf30dabf3e8e65d96517d036bf76bef8487 100644 (file)
@@ -65,7 +65,7 @@ class HubPrepQueueHandler extends QueueHandler
             while (count($pushCallbacks) && $n < self::ROLLING_BATCH) {
                 $n++;
                 $callback = array_shift($pushCallbacks);
-                $sub = HubSub::getKV($topic, $callback);
+                $sub = HubSub::getByHashkey($topic, $callback);
                 if (!$sub) {
                     common_log(LOG_ERR, "Skipping PuSH delivery for deleted(?) consumer $callback on $topic");
                     continue;