diff --git a/js/viewfeed.js b/js/viewfeed.js index 0a20cabcf..dd1c64326 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1383,6 +1383,8 @@ function catchupBatchedArticles() { catchup_id_batch.remove(id); }); + updateFloatingTitle(true); + } }); }