Add new frontend options to server-side config.
This commit is contained in:
parent
37bd32e58b
commit
213176c3c3
2 changed files with 8 additions and 2 deletions
|
|
@ -126,7 +126,10 @@ config :pleroma, :fe,
|
|||
formatting_options_enabled: false,
|
||||
collapse_message_with_subject: false,
|
||||
hide_post_stats: false,
|
||||
hide_user_stats: false
|
||||
hide_user_stats: false,
|
||||
scope_copy: true,
|
||||
subject_line_behavior: "email",
|
||||
always_show_subject_input: true
|
||||
|
||||
config :pleroma, :activitypub,
|
||||
accept_blocks: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue