mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:55:56 +00:00
always return global-unread counters
This commit is contained in:
@@ -759,9 +759,10 @@
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
getCategoryCounters($link);
|
||||
}
|
||||
getGlobalCounters($link, $global_unread);
|
||||
}
|
||||
|
||||
|
||||
getGlobalCounters($link, $global_unread);
|
||||
|
||||
print "</rpc-reply>";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user