diff options
author | Zach Copley <zach@status.net> | 2009-10-21 01:18:36 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-21 01:18:36 +0000 |
commit | 6199d31acc8d4d52ffcb64ba3949c401b6b927de (patch) | |
tree | dd4c9289891a5c67eb8725b0c221f2dd2fbd8b21 | |
parent | aa58e8a73800d21d299b8c28d1b466b4d2b9cc70 (diff) |
Remove facebook broadcast from unqueuemanager. That's now
added by an event.
-rw-r--r-- | lib/unqueuemanager.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index 51261bcd7..cef9a6588 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'; |