From: Zach Copley Date: Thu, 31 Dec 2009 22:53:46 +0000 (+0000) Subject: Removed crazy redundant broadcasting of notices by the FB app X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6c8f6a8f81eb62226954275ff157838b7f51107;p=quix0rs-gnu-social.git Removed crazy redundant broadcasting of notices by the FB app --- diff --git a/plugins/Facebook/facebookaction.php b/plugins/Facebook/facebookaction.php index 6abf31b0bb..bf9c037a57 100644 --- a/plugins/Facebook/facebookaction.php +++ b/plugins/Facebook/facebookaction.php @@ -399,9 +399,6 @@ class FacebookAction extends Action common_broadcast_notice($notice); - // Also update the user's Facebook status - facebookBroadcastNotice($notice); - } }