send NEWS_FEED notification also for the first newsmessage which are shown

This commit is contained in:
Thierry Nischelwitzer 2019-07-09 10:20:02 +02:00
parent 94c0656bcd
commit 11c9a50931

View File

@ -327,6 +327,11 @@ Module.register("newsfeed",{
self.updateDom(self.config.animationSpeed);
// Broadcast NewsFeed if needed
if (self.config.broadcastNewsFeeds) {
self.sendNotification("NEWS_FEED", {items: self.newsItems});
}
timer = setInterval(function() {
self.activeItem++;
self.updateDom(self.config.animationSpeed);