Revert "debug"

This reverts commit e7e12b3c1e.
This commit is contained in:
Henry Jameson 2019-12-12 18:54:31 +02:00
parent e7e12b3c1e
commit 2faf54bf8d

View file

@ -352,7 +352,6 @@ const addNewNotifications = (state, { dispatch, notifications, older, visibleNot
notifObj.image = status.attachments[0].url
}
console.log(notification, state.notifications, visibleNotificationTypes)
if (!notification.seen && !state.notifications.desktopNotificationSilence && visibleNotificationTypes.includes(notification.type)) {
let notification = new window.Notification(title, notifObj)
// Chrome is known for not closing notifications automatically