mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 20:01:28 +00:00
star articles with score greater than 1000
This commit is contained in:
@@ -1187,7 +1187,7 @@
|
|||||||
$last_read_qpart = 'NOW()';
|
$last_read_qpart = 'NOW()';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (find_article_filter($article_filters, 'mark')) {
|
if (find_article_filter($article_filters, 'mark') || $score > 1000) {
|
||||||
$marked = 'true';
|
$marked = 'true';
|
||||||
} else {
|
} else {
|
||||||
$marked = 'false';
|
$marked = 'false';
|
||||||
|
|||||||
Reference in New Issue
Block a user