diff options
author | Zach Copley <zach@status.net> | 2009-12-31 22:53:46 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-05 16:43:20 +0000 |
commit | 7491274c0eb1317203ed39a6ff2a96acb6c8ed78 (patch) | |
tree | d1f8be84e12a00bc684991d526ca6ca6e28b78e6 /plugins | |
parent | fda2fb28f6ea101571d87ec2c46aeb6048fc421f (diff) |
Removed crazy redundant broadcasting of notices by the FB app
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Facebook/facebookaction.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Facebook/facebookaction.php b/plugins/Facebook/facebookaction.php index 86d6647b5..3e8c5cf41 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); - } } |