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=7491274c0eb1317203ed39a6ff2a96acb6c8ed78;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 86d6647b5f..3e8c5cf412 100644 --- a/plugins/Facebook/facebookaction.php +++ b/plugins/Facebook/facebookaction.php @@ -455,9 +455,6 @@ class FacebookAction extends Action common_broadcast_notice($notice); - // Also update the user's Facebook status - facebookBroadcastNotice($notice); - } }