safwanrahman / django-webpush

Web Push Notification Package for Django
GNU General Public License v3.0
362 stars 103 forks source link

Add user agent to SubscriptionInfo #108

Closed jonathanraes closed 2 years ago

jonathanraes commented 2 years ago

Added the subscribing browser's user agent to the SubscriptionInfo model so you can have more information about a users subscription than just the browser name.

safwanrahman commented 2 years ago

LGTM. r+