mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
check for failures to request counters in async way after viewfeed/view (2)
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if ($mode != "prefetch_old" && !$csync) {
|
||||
if ($mode != "prefetch_old" || $csync) {
|
||||
print "<counters>";
|
||||
getAllCounters($link, $omode);
|
||||
print "</counters>";
|
||||
|
||||
Reference in New Issue
Block a user