mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:25:56 +00:00
properly update local vfeed counters
This commit is contained in:
@@ -627,6 +627,8 @@ function parse_counters_reply(transport, scheduled_call) {
|
||||
function all_counters_callback2(transport, async_call) {
|
||||
try {
|
||||
if (async_call) async_counters_work = true;
|
||||
|
||||
if (offline_mode) return;
|
||||
|
||||
debug("<b>all_counters_callback2 IN: " + transport + "</b>");
|
||||
parse_counters_reply(transport);
|
||||
|
||||
Reference in New Issue
Block a user