mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:21:28 +00:00
mark articles with score less than -500 as read on import
This commit is contained in:
@@ -1156,7 +1156,7 @@
|
|||||||
_debug("update_rss_feed: user record not found, creating...");
|
_debug("update_rss_feed: user record not found, creating...");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!find_article_filter($article_filters, 'catchup')) {
|
if ($score >= -500 && !find_article_filter($article_filters, 'catchup')) {
|
||||||
$unread = 'true';
|
$unread = 'true';
|
||||||
$last_read_qpart = 'NULL';
|
$last_read_qpart = 'NULL';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user