mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
no special counter handling for catchupAll
This commit is contained in:
@@ -395,8 +395,7 @@ const Feeds = {
|
||||
|
||||
Notify.progress("Marking all feeds as read...");
|
||||
|
||||
xhr.post("backend.php", {op: "feeds", method: "catchupAll"}, () => {
|
||||
this.requestCounters();
|
||||
xhr.json("backend.php", {op: "feeds", method: "catchupAll"}, () => {
|
||||
this.reloadCurrent();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user