ui fix notification

This commit is contained in:
MuslemRahimi 2025-02-02 23:25:59 +01:00
parent 07481735d0
commit 56af74dca0

View File

@ -56,7 +56,10 @@ self.addEventListener('push', (event: PushEvent) => {
requireInteraction: true,
tag: 'stocknear-notification',
renotify: true,
vibrate: [200, 100, 200]
vibrate: [200, 100, 200],
data: {
suppressNotificationFrom: true // Custom flag to indicate branding should be suppressed
}
};
event.waitUntil(