[livejournal] r19164: LJSUP-8914: XML-RPC should show friends ...
Committer: dnikolaev
LJSUP-8914: XML-RPC should show friends page with user tag settingsU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl
===================================================================
--- trunk/cgi-bin/ljprotocol.pl 2011-05-30 02:19:34 UTC (rev 19163)
+++ trunk/cgi-bin/ljprotocol.pl 2011-05-30 06:18:45 UTC (rev 19164)
@@ -763,6 +763,7 @@
my @entries = LJ::get_friend_items({
%get_params,
'skip' => $skip,
+ 'filter_by_tags' => 1,
});
my @attrs = qw/subject_raw event_raw journalid posterid ditemid security reply_count userpic props security/;
@@ -789,6 +790,7 @@
push @entries, LJ::get_friend_items({
%get_params,
'skip' => $skip + ($before_count += $itemshow),
+ 'filter_by_tags' => 1,
}) unless @entries;
next if $LJ::EndOfTime - $ei->{rlogtime} > $before;
next if $before_skip-- > 0;
