From 00fe7886b6984c78820b39bee520e51f5a6fe0ed Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Jul 2013 10:05:48 +0400 Subject: [PATCH] update floating title unread status when auto catching up --- js/viewfeed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/viewfeed.js b/js/viewfeed.js index 0a20cabc..dd1c6432 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1383,6 +1383,8 @@ function catchupBatchedArticles() { catchup_id_batch.remove(id); }); + updateFloatingTitle(true); + } }); } -- 2.39.5