mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 15:11:29 +00:00
remove previous counter hacks; force request counters when there's no
unread stuff left in current feed (e.g. finished reading)
This commit is contained in:
@@ -234,7 +234,7 @@ function request_counters(force) {
|
||||
|
||||
var query = "?op=rpc&method=getAllCounters&seq=" + next_seq();
|
||||
|
||||
if (!force && Math.random() >= 0.5)
|
||||
if (!force)
|
||||
query = query + "&last_article_id=" + getInitParam("last_article_id");
|
||||
|
||||
console.log(query);
|
||||
|
||||
Reference in New Issue
Block a user