[ljcom] r9640: LJSUP-7176: We shouldn't post REPLYs to ...
Committer: ssafronova
LJSUP-7176: We shouldn't post REPLYs to LJ when we post the tweetsU trunk/cgi-bin/LJ/Client/Twitter.pm
Modified: trunk/cgi-bin/LJ/Client/Twitter.pm
===================================================================
--- trunk/cgi-bin/LJ/Client/Twitter.pm 2010-10-22 02:59:04 UTC (rev 9639)
+++ trunk/cgi-bin/LJ/Client/Twitter.pm 2010-10-22 04:00:34 UTC (rev 9640)
@@ -417,7 +417,7 @@
'user' => $u,
'http_method' => 'GET',
'params' => { 'count' => $LJ::TWITTER_RECENT_FEED_DEPTH,
- 'include_rts' => 1, },
+ 'include_rts' => 0, }, # no reply tweets
);
return [ map { LJ::Client::Twitter::Tweet->from_hash($_) } @$res ];
