summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)