diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-08-25 23:38:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 23:38:36 +0200 |
commit | af396fa35f589e1f759c7a3a0dad7932f1862309 (patch) | |
tree | 82da1a3195e649ccaa2dffe803e2cc673c6c8d8f /app/views | |
parent | 0b3e4fd5de392969b624719b2eb3f86277b6ac1f (diff) |
Remove preference to aggregate reblogs in home/list feeds (#18112)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/other/show.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/settings/preferences/other/show.html.haml b/app/views/settings/preferences/other/show.html.haml index 44f4af2eb..379678703 100644 --- a/app/views/settings/preferences/other/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml @@ -10,9 +10,6 @@ .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 |