1
0
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:
Andrew Dolgov
2008-05-20 13:52:38 +01:00
parent d6586c1d98
commit 5aaf9b34e4
3 changed files with 30 additions and 19 deletions
+2 -1
View File
@@ -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) {