From: Zach Copley Date: Wed, 21 Oct 2009 01:18:36 +0000 (+0000) Subject: Remove facebook broadcast from unqueuemanager. That's now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6199d31acc8d4d52ffcb64ba3949c401b6b927de;p=quix0rs-gnu-social.git Remove facebook broadcast from unqueuemanager. That's now added by an event. --- diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index 51261bcd71..cef9a65880 100644 --- a/lib/unqueuemanager.php +++ b/lib/unqueuemanager.php @@ -48,12 +48,6 @@ class UnQueueManager jabber_public_notice($notice); } break; - case 'facebook': - if ($this->_isLocal($notice)) { - require_once INSTALLDIR . '/lib/facebookutil.php'; - return facebookBroadcastNotice($notice); - } - break; case 'ping': if ($this->_isLocal($notice)) { require_once INSTALLDIR . '/lib/ping.php';