diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-26 09:10:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 09:10:18 +0200 |
commit | 8f073818568b78b4adb858feb928b0da237d066a (patch) | |
tree | dd94a58a7e93f4e55db11db687ed6552cf6152c1 /app/views | |
parent | 487d81fb92350974e20ee220553a10b5229f0880 (diff) |
Revert "Remove preference to aggregate reblogs in home/list feeds (#18112)" (#19463)
This reverts commit af396fa35f589e1f759c7a3a0dad7932f1862309.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/other/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/other/show.html.haml b/app/views/settings/preferences/other/show.html.haml index 379678703..44f4af2eb 100644 --- a/app/views/settings/preferences/other/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml @@ -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 + %h4= t 'preferences.posting_defaults' .fields-row |