Committer: dnikolaev
LJSUP-8914: XML-RPC should show friends page with user tag settingsU trunk/cgi-bin/LJ/SUP/RPC/Command/get_friends_page.pm
Modified: trunk/cgi-bin/LJ/SUP/RPC/Command/get_friends_page.pm =================================================================== --- trunk/cgi-bin/LJ/SUP/RPC/Command/get_friends_page.pm 2011-05-27 15:20:35 UTC (rev 10576) +++ trunk/cgi-bin/LJ/SUP/RPC/Command/get_friends_page.pm 2011-05-30 06:21:06 UTC (rev 10577) @@ -65,6 +65,7 @@ 'userid' => $journalu->userid, 'filter' => $filter_bit, 'dateformat' => 'S2', + 'filter_by_tags' => 1, ## 'common_filter' really not used inside }); last if @entries;