Add public post to unlisted setting

This commit is contained in:
KMY 2023-04-10 14:08:43 +09:00
parent dadd77788d
commit bc48000dce
7 changed files with 17 additions and 3 deletions

View file

@ -25,6 +25,9 @@
.fields-group
= f.input :setting_default_searchability, collection: Status.selectable_searchabilities, wrapper: :with_label, include_blank: false, label_method: lambda { |searchability| safe_join([I18n.t("statuses.searchabilities.#{searchability}"), I18n.t("statuses.searchabilities.#{searchability}_long")], ' - ') }, required: false, hint: false
.fields-group
= f.input :setting_public_post_to_unlisted, as: :boolean, wrapper: :with_label
.fields-group
= f.input :setting_default_sensitive, as: :boolean, wrapper: :with_label