1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-11-01 12:39:07 +01:00
37 changed files with 1040 additions and 897 deletions
@@ -225,6 +225,13 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
data,
}];
case 'test':
return [t('_notification.testNotification'), {
body: t('_notification.notificationWillBeDisplayedLikeThis'),
badge: iconUrl('bell'),
data,
}];
default:
return null;
}