Add preference to disable e-mails about new pending accounts (#10529)
This commit is contained in:
parent
2cb16c20a6
commit
36b39fbac5
5 changed files with 9 additions and 2 deletions
|
@ -128,6 +128,7 @@ en:
|
|||
follow: Send e-mail when someone follows you
|
||||
follow_request: Send e-mail when someone requests to follow you
|
||||
mention: Send e-mail when someone mentions you
|
||||
pending_account: Send e-mail when a new account needs review
|
||||
reblog: Send e-mail when someone boosts your status
|
||||
report: Send e-mail when a new report is submitted
|
||||
'no': 'No'
|
||||
|
|
|
@ -39,6 +39,7 @@ defaults: &defaults
|
|||
follow_request: true
|
||||
digest: true
|
||||
report: true
|
||||
pending_account: true
|
||||
interactions:
|
||||
must_be_follower: false
|
||||
must_be_following: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue