parent
e7e12b3c1e
commit
2faf54bf8d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue