fix: bg location lost notif
All checks were successful
/ deploy (push) Successful in 16s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m29s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m39s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m47s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m2s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 49s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m29s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m52s
All checks were successful
/ deploy (push) Successful in 16s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m29s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m39s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m47s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m2s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 49s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m29s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m52s
This commit is contained in:
parent
1c89275a6b
commit
f759dc301c
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ function createBackgroundGeolocationLostNotification() {
|
||||||
action: "background_geolocation_lost",
|
action: "background_geolocation_lost",
|
||||||
},
|
},
|
||||||
notification: {
|
notification: {
|
||||||
title: "Localisation en arrière-plan désactivée",
|
title: `Alerte-Secours ne peut plus accéder à votre position`,
|
||||||
body: "Votre localisation en arrière-plan a été désactivée. Veuillez vérifier les paramètres de l'application.",
|
body: `Vous ne pouvez plus recevoir d'alertes de proximité. Vérifiez les paramètres.`,
|
||||||
channel: "system",
|
channel: "system",
|
||||||
priority: "high",
|
priority: "high",
|
||||||
actionId: "open-settings",
|
actionId: "open-settings",
|
||||||
|
|
Loading…
Add table
Reference in a new issue