Local accounts can control "silenced" attribute which removes them from public timeline
This commit is contained in:
parent
7abbb02824
commit
1788164352
5 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
= f.input :note, placeholder: t('simple_form.labels.defaults.note')
|
||||
= f.input :avatar, wrapper: :with_label
|
||||
= f.input :header, wrapper: :with_label
|
||||
= f.input :silenced, as: :boolean, wrapper: :with_label
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue