X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEnjit%2Fenjitqueuehandler.php;h=56fc396d1708fd4a72eb5ad8a8c5be5f9efa239e;hb=7c37aa802ba2bc0616c78f7490986af0051f7dc4;hp=f0e706b929fd2182a7735eae21ea82ad0067702b;hpb=436b8c845ea8fcc84f7f2bff71a7fa700d262a01;p=quix0rs-gnu-social.git diff --git a/plugins/Enjit/enjitqueuehandler.php b/plugins/Enjit/enjitqueuehandler.php index f0e706b929..56fc396d17 100644 --- a/plugins/Enjit/enjitqueuehandler.php +++ b/plugins/Enjit/enjitqueuehandler.php @@ -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(); } - }