forked from github/plane
chore: removed email notification for new users (#3561)
This commit is contained in:
parent
0ee93dfd8c
commit
403595a897
@ -172,4 +172,9 @@ def create_user_notification(sender, instance, created, **kwargs):
|
|||||||
from plane.db.models import UserNotificationPreference
|
from plane.db.models import UserNotificationPreference
|
||||||
UserNotificationPreference.objects.create(
|
UserNotificationPreference.objects.create(
|
||||||
user=instance,
|
user=instance,
|
||||||
|
property_change=False,
|
||||||
|
state_change=False,
|
||||||
|
comment=False,
|
||||||
|
mention=False,
|
||||||
|
issue_completed=False,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user