1
0
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:
Andrew Dolgov
2013-02-27 16:57:26 +04:00
parent 77a3e1233f
commit 0a7b15207e
3 changed files with 5 additions and 5 deletions

View File

@@ -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);