]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed crazy redundant broadcasting of notices by the FB app
authorZach Copley <zach@status.net>
Thu, 31 Dec 2009 22:53:46 +0000 (22:53 +0000)
committerZach Copley <zach@status.net>
Tue, 5 Jan 2010 16:43:20 +0000 (16:43 +0000)
plugins/Facebook/facebookaction.php

index 86d6647b5ff773c6f78214616202d78ba4f0def8..3e8c5cf4123f6624b64719278627ad116f79c917 100644 (file)
@@ -455,9 +455,6 @@ class FacebookAction extends Action
 
         common_broadcast_notice($notice);
 
-        // Also update the user's Facebook status
-        facebookBroadcastNotice($notice);
-
     }
 
 }