forked from AkkomaGang/akkoma
Defaults for new frontend options in config.exs
This commit is contained in:
parent
a253c1466e
commit
3e79d941c8
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@
|
|||
show_instance_panel: true,
|
||||
scope_options_enabled: false,
|
||||
formatting_options_enabled: false,
|
||||
collapse_message_with_subject: false
|
||||
collapse_message_with_subject: false,
|
||||
hide_post_stats: false,
|
||||
hide_user_stats: false
|
||||
|
||||
config :pleroma, :activitypub,
|
||||
accept_blocks: true,
|
||||
|
|
Loading…
Reference in a new issue