jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

add WP_TTL #605

Closed Fethienv closed 1 year ago

Fethienv commented 3 years ago

add WP_TTL for store message till user open browser

jamaalscarlett commented 1 year ago

This is unnecessary as the ttl can already be passed as a kwarg see: https://github.com/jazzband/django-push-notifications/blob/master/push_notifications/webpush.py#L40 and https://github.com/web-push-libs/pywebpush/blob/992efed89454629e741f8540f690bef681b17f2d/pywebpush/__init__.py#L377