ui fix notification
This commit is contained in:
parent
07481735d0
commit
56af74dca0
@ -56,7 +56,10 @@ self.addEventListener('push', (event: PushEvent) => {
|
|||||||
requireInteraction: true,
|
requireInteraction: true,
|
||||||
tag: 'stocknear-notification',
|
tag: 'stocknear-notification',
|
||||||
renotify: true,
|
renotify: true,
|
||||||
vibrate: [200, 100, 200]
|
vibrate: [200, 100, 200],
|
||||||
|
data: {
|
||||||
|
suppressNotificationFrom: true // Custom flag to indicate branding should be suppressed
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user