diff --git a/feedlist.js b/feedlist.js index ad3c2c2c8..9fb9c9efb 100644 --- a/feedlist.js +++ b/feedlist.js @@ -309,7 +309,10 @@ function parse_counters(reply, scheduled_call) { var treeItem; - if (id == getActiveFeedId() && ctr > getFeedUnread(id) && scheduled_call) { + // TODO: enable new content notification for categories + + if (!activeFeedIsCat() && id == getActiveFeedId() + && ctr > getFeedUnread(id) && scheduled_call) { displayNewContentPrompt(id); }