mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 23:11:28 +00:00
implement sequence numbers for counter rpc requests
This commit is contained in:
@@ -607,7 +607,7 @@ function request_counters_real() {
|
||||
|
||||
console.log("requesting counters...");
|
||||
|
||||
var query = "?op=rpc&subop=getAllCounters";
|
||||
var query = "?op=rpc&subop=getAllCounters&seq=" + next_seq();
|
||||
|
||||
if (tagsAreDisplayed()) {
|
||||
query = query + "&omode=tl";
|
||||
|
||||
Reference in New Issue
Block a user