summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-30 23:09:42 +0800
committeraltaf-creator <dev@altafcreator.com>2025-12-30 23:09:42 +0800
commit57ddc9b94507f2c41dc2719e5070c30c79ca0435 (patch)
treeb3fa0d21fd51ac55b3fefc7af002f956dd1a0322
parentc91df1becfbb351ed031bdc83bd1a80604652a0e (diff)
high urgency notifs
-rw-r--r--backend/notif.py1
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)