Add preference for report notification e-mails, skip for duplicates (#8559)
If an unresolved report for the same target account already exists, no new notification is generated
This commit is contained in:
parent
a060beee72
commit
c593d6df9c
8 changed files with 36 additions and 2 deletions
|
@ -224,6 +224,10 @@ class User < ApplicationRecord
|
|||
settings.notification_emails['digest']
|
||||
end
|
||||
|
||||
def allows_report_emails?
|
||||
settings.notification_emails['report']
|
||||
end
|
||||
|
||||
def hides_network?
|
||||
@hides_network ||= settings.hide_network
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue