From 6ea1430a04b5df6dc01dc43a3354a00cd61c9174 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Feb 2021 10:01:39 +0300 Subject: no special counter handling for catchupAll --- js/Feeds.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js') diff --git a/js/Feeds.js b/js/Feeds.js index e40d31087..d4bdd01b6 100644 --- a/js/Feeds.js +++ b/js/Feeds.js @@ -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(); }); -- cgit v1.2.3-54-g00ecf