debug
This commit is contained in:
parent
7390651b37
commit
e7e12b3c1e
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ 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