mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 06:51:29 +00:00
fix _force_scheduled_update handling
This commit is contained in:
@@ -323,6 +323,9 @@ function showArticleInHeadlines(id) {
|
||||
|
||||
markHeadline(id);
|
||||
|
||||
if (article_is_unread)
|
||||
_force_scheduled_update = true;
|
||||
|
||||
} catch (e) {
|
||||
exception_error("showArticleInHeadlines", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user