0
0
Fork 0

Add preference to disable e-mails about new pending accounts (#10529)

This commit is contained in:
Eugen Rochko 2019-04-10 00:35:49 +02:00 committed by GitHub
parent 2cb16c20a6
commit 36b39fbac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 2 deletions

View file

@ -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