Revert "Remove preference to aggregate reblogs in home/list feeds (#18112)"

This reverts commit af396fa35f.
This commit is contained in:
Claire
2022-08-28 11:31:39 +02:00
parent 077183a121
commit 6c7bb926d8
2 changed files with 12 additions and 9 deletions

View File

@ -10,6 +10,9 @@
.fields-group
= f.input :setting_noindex, as: :boolean, wrapper: :with_label
.fields-group
= f.input :setting_aggregate_reblogs, as: :boolean, wrapper: :with_label, recommended: true
- unless Setting.hide_followers_count
.fields-group
= f.input :setting_hide_followers_count, as: :boolean, wrapper: :with_label