Merge branch 'feature/emails-from-gabcom-notification-option' into 'develop'
New option to notificaion preferences for emails from gab.com for... See merge request gab/social/gab-social!26
This commit is contained in:
@@ -25,7 +25,7 @@ class Settings::NotificationsController < Settings::BaseController
|
||||
|
||||
def user_settings_params
|
||||
params.require(:user).permit(
|
||||
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account),
|
||||
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account emails_from_gabcom),
|
||||
interactions: %i(must_be_follower must_be_following must_be_following_dm)
|
||||
)
|
||||
end
|
||||
|
||||
@@ -51,7 +51,7 @@ class Settings::PreferencesController < Settings::BaseController
|
||||
:setting_show_application,
|
||||
:setting_advanced_layout,
|
||||
:setting_group_in_home_feed,
|
||||
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account),
|
||||
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account emails_from_gabcom),
|
||||
interactions: %i(must_be_follower must_be_following)
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user