mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
viewfeed: do not return sync counters on subop
This commit is contained in:
@@ -394,9 +394,9 @@
|
||||
$reply['articles'] = $articles;
|
||||
}
|
||||
|
||||
if ($subop) {
|
||||
$reply['counters'] = getAllCounters($link, $omode, $feed);
|
||||
}
|
||||
// if ($subop) {
|
||||
// $reply['counters'] = getAllCounters($link, $omode, $feed);
|
||||
// }
|
||||
|
||||
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user