]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Enjit/enjitqueuehandler.php
a stream function for Fave class
[quix0rs-gnu-social.git] / plugins / Enjit / enjitqueuehandler.php
index f0e706b929fd2182a7735eae21ea82ad0067702b..56fc396d1708fd4a72eb5ad8a8c5be5f9efa239e 100644 (file)
@@ -32,14 +32,7 @@ class EnjitQueueHandler extends QueueHandler
         return 'enjit';
     }
 
-    function start()
-    {
-        $this->log(LOG_INFO, "Starting EnjitQueueHandler");
-        $this->log(LOG_INFO, "Broadcasting to ".common_config('enjit', 'apiurl'));
-        return true;
-    }
-
-    function handle_notice($notice)
+    function handle($notice)
     {
 
         $profile = Profile::staticGet($notice->profile_id);
@@ -87,5 +80,4 @@ class EnjitQueueHandler extends QueueHandler
 
         return $response->isOk();
     }
-
 }