mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
try to calculate counters conditionally based on feed ids
This commit is contained in:
@@ -421,8 +421,8 @@ const App = {
|
||||
// not in preferences
|
||||
if (typeof Feeds != "undefined") {
|
||||
if (message == "UPDATE_COUNTERS") {
|
||||
console.log("need to refresh counters...");
|
||||
Feeds.requestCounters(true);
|
||||
console.log("need to refresh counters for", reply.feeds);
|
||||
Feeds.requestCounters(reply.feeds);
|
||||
}
|
||||
|
||||
if (counters)
|
||||
|
||||
Reference in New Issue
Block a user