django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Global setting: Don't create notifications when `settings__user__is_active==False` #136

Open benjaoming opened 10 months ago

benjaoming commented 10 months ago

Maybe there should be a global dictionary that can have the following default:

NYT_NOTIFY_FILTER_EXLUDE = {"settings__user__is_active": False}

Otherwise, notifications are generated for inactive users.