Skip to content

Commit

Permalink
Fix not being able to save e-mail preference for new pending accounts (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Apr 25, 2019
1 parent 461063d commit c90c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/settings/notifications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def user_settings

def user_settings_params
params.require(:user).permit(
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 must_be_following_dm)
)
end
Expand Down

0 comments on commit c90c680

Please sign in to comment.