diff options
Diffstat (limited to 'app/Models/Context.php')
| -rw-r--r-- | app/Models/Context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php index a8feb7dbd..c9d743e76 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -570,7 +570,7 @@ final class FreshRSS_Context { continue; } - if ($cat->nbNotRead() > 0) { + if ($cat->nbNotRead(minPriority: FreshRSS_Feed::PRIORITY_CATEGORY) > 0) { $another_unread_id = $cat->id(); if ($found_current_get) { // Unread articles and the current category has |
