diff --git a/src/notifications/Notifier.js b/src/notifications/Notifier.js index 8628cb993..dfcd05bc3 100644 --- a/src/notifications/Notifier.js +++ b/src/notifications/Notifier.js @@ -93,7 +93,7 @@ function buildNotifiableData(newData, platform, notified) { tweets: newData.twitter ? newData.twitter.filter(t => t && !notified.includes(t.uniqueId)) : [], - updates: newData.news.filter(n => (n.update || !updtReg.test(n.message)) + updates: newData.news.filter(n => (n.update || updtReg.test(n.message)) && !n.stream && !notified.includes(n.id)), /* Cycles data */