]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove facebook broadcast from unqueuemanager. That's now
authorZach Copley <zach@status.net>
Wed, 21 Oct 2009 01:18:36 +0000 (01:18 +0000)
committerZach Copley <zach@status.net>
Wed, 21 Oct 2009 01:18:36 +0000 (01:18 +0000)
added by an event.

lib/unqueuemanager.php

index 51261bcd712cc3a03852c1fcf2c81a58e535cae0..cef9a6588025a4b20be56577887494c77554bd5e 100644 (file)
@@ -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';