mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
request counters asynchronously after viewfeed has succeeded but w/o counters block
This commit is contained in:
+2
-1
@@ -187,7 +187,8 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
|
||||
debug("parsing piggybacked counters: " + counters);
|
||||
parse_counters(counters, false);
|
||||
} else {
|
||||
debug("counters container not found in reply");
|
||||
debug("counters container not found in reply, requesting...");
|
||||
request_counters();
|
||||
}
|
||||
|
||||
if (runtime_info) {
|
||||
|
||||
Reference in New Issue
Block a user