]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Enjit/enjitqueuehandler.php
Merge branch 'temp'
[quix0rs-gnu-social.git] / plugins / Enjit / enjitqueuehandler.php
index f0e706b929fd2182a7735eae21ea82ad0067702b..14085cc5e39d3a5aecf1ef67c6f490df4353967d 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);