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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user