parent
98c5f40308
commit
2a86521dae
@ -57,7 +57,9 @@ self.addEventListener('push', function(event) {
|
|||||||
if (userInvisibleIsSupported() || hasActiveWindows) {
|
if (userInvisibleIsSupported() || hasActiveWindows) {
|
||||||
return closeAllNotifications()
|
return closeAllNotifications()
|
||||||
}
|
}
|
||||||
var promise = self.registration.showNotification('Telegram').then(function () {
|
return self.registration.showNotification('Telegram', {
|
||||||
|
tag: 'unknown_peer'
|
||||||
|
}).then(function () {
|
||||||
if (hasActiveWindows) {
|
if (hasActiveWindows) {
|
||||||
return closeAllNotifications()
|
return closeAllNotifications()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user