Committer: akanashin
LJSUP-13192: Additional development of latest.bmlU trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/ljcom.pl =================================================================== --- trunk/cgi-bin/ljcom.pl 2012-08-29 09:24:57 UTC (rev 12574) +++ trunk/cgi-bin/ljcom.pl 2012-08-29 09:59:44 UTC (rev 12575) @@ -1094,7 +1094,7 @@ ## Display latest entries only from users with social capital more than 10 my $soc_capital = $up->get_social_capital(); - if ($soc_capital > 10) { + if ($soc_capital > 10 && !$req->{'twitter_repost_aware'}) { push @$joblist, TheSchwartz::Job->new_from_array("LJ::Worker::LatestPosts", { 'timepost' => time(), 'journalid' => $uo->{'userid'},