1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

only unmark articles which had been processed when automarking (for realz)

This commit is contained in:
Andrew Dolgov
2013-04-04 09:49:37 +04:00
parent dfd071e28d
commit ae31704bb3
2 changed files with 8 additions and 5 deletions

View File

@@ -310,7 +310,7 @@ class RPC extends Handler_Protected {
catchupArticlesById($this->link, $ids, $cmode);
print json_encode(array("message" => "UPDATE_COUNTERS"));
print json_encode(array("message" => "UPDATE_COUNTERS", "ids" => $ids));
}
function markSelected() {