Disable notifications for trending links and trending statuses by default

This commit is contained in:
Claire
2022-02-26 10:30:45 +01:00
parent 4eed5019a2
commit c6df6686af
6 changed files with 24 additions and 5 deletions

View File

@ -58,7 +58,7 @@ class Settings::PreferencesController < Settings::BaseController
:setting_use_pending_items,
:setting_trends,
:setting_crop_images,
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account trending_tag),
notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account trending_tag trending_link trending_status),
interactions: %i(must_be_follower must_be_following must_be_following_dm)
)
end