chore: fix notification client

This commit is contained in:
2026-03-02 15:36:55 +01:00
parent 81128def9f
commit 9ce621bee5
5 changed files with 23 additions and 14 deletions
@@ -9,7 +9,6 @@ const LIVREUR_API = "https://uber-stup.club/api/v1/livreur";
// Configuration du comportement des notifications en foreground
Notifications.setNotificationHandler({
handleNotification: async () => ({
shouldShowAlert: true,
shouldPlaySound: true,
shouldSetBadge: true,
shouldShowBanner: true,