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