mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 06:21:28 +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:
@@ -247,8 +247,6 @@ class RPC extends Handler_Protected {
|
||||
|
||||
if ($last_article_id != getLastArticleId($this->link)) {
|
||||
$reply['counters'] = getAllCounters($this->link);
|
||||
} else {
|
||||
$reply['counters'] = getVirtCounters($this->link);
|
||||
}
|
||||
|
||||
$reply['runtime-info'] = make_runtime_info($this->link);
|
||||
|
||||
Reference in New Issue
Block a user