]> 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>
Thu, 31 Dec 2009 22:53:46 +0000 (22:53 +0000)
plugins/Facebook/facebookaction.php

index 6abf31b0bbb341a0eb98e6b59fffb01d0ca2e551..bf9c037a579b791e240d99767005bcbe61d9aee1 100644 (file)
@@ -399,9 +399,6 @@ class FacebookAction extends Action
 
         common_broadcast_notice($notice);
 
-        // Also update the user's Facebook status
-        facebookBroadcastNotice($notice);
-
     }
 
 }