mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
The sidebar does not render DOM elements for PRIORITY_HIDDEN feeds (aside_feed.phtml:114), but nbUnreadsPerFeed still reports their unread counts. In refreshUnreads(), the per-feed tracked count for the missing element stays at 0 while the server keeps reporting unreads > 0, which triggers the "new articles available" banner every poll cycle on the "All articles" view. Filter hidden feeds from the response, matching the convention already used in Category.php:42. Fixes https://github.com/FreshRSS/FreshRSS/issues/8694 Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>