viewfeed: catchup batched articles before opening next feed

This commit is contained in:
Andrew Dolgov 2018-12-01 11:45:11 +03:00
parent 710d06a288
commit 069ecb6c2e
1 changed files with 2 additions and 6 deletions

View File

@ -145,9 +145,7 @@ function viewfeed(params) {
));
}
const timeout_ms = can_wait ? 250 : 0;
_viewfeed_timeout = setTimeout(() => {
catchupBatchedArticles(() => {
xhrPost("backend.php", query, (transport) => {
try {
setFeedExpandoIcon(feed, is_cat, 'images/blank_icon.gif');
@ -157,9 +155,7 @@ function viewfeed(params) {
exception_error(e);
}
});
}, timeout_ms); // Wait 250ms
});
}
function feedlist_init() {