diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-10 00:35:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 00:35:49 +0200 |
commit | 36b39fbac55a9b141b99b54f193ec2702f8c3c39 (patch) | |
tree | 394b0d1d1e80f90c49511ce30fef01eda44b6d8c /app/controllers | |
parent | 2cb16c20a636a364b6d4d17f9588541a0d113731 (diff) |
Add preference to disable e-mails about new pending accounts (#10529)
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/settings/preferences_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb index 90967635d..5afdf0eec 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -49,7 +49,7 @@ class Settings::PreferencesController < Settings::BaseController :setting_hide_network, :setting_aggregate_reblogs, :setting_show_application, - notification_emails: %i(follow follow_request reblog favourite mention digest report), + notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account), interactions: %i(must_be_follower must_be_following) ) end |