diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 10:45:44 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 10:46:26 +0100 |
commit | 756f1b6615ac858c958468d1306c39a06db551bb (patch) | |
tree | 85502a84cbb506c39858342437e73a02d72447ed /app/models/form | |
parent | c6df6686af01e774b2b4618e96194bf80db6ecf2 (diff) |
Add option (on by default) to allow toots with content warnings to trend
Diffstat (limited to 'app/models/form')
-rw-r--r-- | app/models/form/admin_settings.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb index 34f14e312..5627f8a84 100644 --- a/app/models/form/admin_settings.rb +++ b/app/models/form/admin_settings.rb @@ -35,6 +35,7 @@ class Form::AdminSettings show_replies_in_public_timelines trends trendable_by_default + trending_status_cw show_domain_blocks show_domain_blocks_rationale noindex @@ -57,6 +58,7 @@ class Form::AdminSettings show_replies_in_public_timelines trends trendable_by_default + trending_status_cw noindex require_invite_text captcha_enabled |