diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-30 23:09:42 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-30 23:09:42 +0800 |
| commit | 57ddc9b94507f2c41dc2719e5070c30c79ca0435 (patch) | |
| tree | b3fa0d21fd51ac55b3fefc7af002f956dd1a0322 /backend/notif.py | |
| parent | c91df1becfbb351ed031bdc83bd1a80604652a0e (diff) | |
high urgency notifs
Diffstat (limited to 'backend/notif.py')
| -rw-r--r-- | backend/notif.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/notif.py b/backend/notif.py index d51806b..eb25793 100644 --- a/backend/notif.py +++ b/backend/notif.py @@ -70,6 +70,7 @@ def send_notification(endpoint: str, notification_payload: object): vapid_claims={ "sub": "mailto:dev@altafcreator.com", }, + headers={"Urgency": "high"} ) except Exception as exception: print(exception) |
