mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
viewfeed: return counters when subop is present or when in CDM
This commit is contained in:
+5
-2
@@ -201,8 +201,11 @@ function headlines_callback2(transport, feed_cur_page) {
|
||||
} else {
|
||||
console.log("no cached articles received");
|
||||
}
|
||||
|
||||
request_counters();
|
||||
|
||||
if (counters)
|
||||
parse_counters(counters);
|
||||
else
|
||||
request_counters();
|
||||
|
||||
if (runtime_info) {
|
||||
parse_runtime_info(runtime_info[0]);
|
||||
|
||||
Reference in New Issue
Block a user