diff options
author | scarlett <nia@netbsd.org> | 2018-10-21 12:54:37 +0100 |
---|---|---|
committer | scarlett <nia@netbsd.org> | 2018-10-21 12:54:37 +0100 |
commit | 3e79d941c81e741c1268523db23a9024ca67bd29 (patch) | |
tree | ebeb88dfb514e027e9a35876046ba47869cdbe61 | |
parent | a253c1466e47018ca9c98f5b3f60016bc0ecbb6d (diff) | |
download | pleroma-3e79d941c81e741c1268523db23a9024ca67bd29.tar.gz pleroma-3e79d941c81e741c1268523db23a9024ca67bd29.zip |
Defaults for new frontend options in config.exs
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index e5f0b4f6f..225ca914a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -121,7 +121,9 @@ config :pleroma, :fe, 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, |