projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a253c14
)
Defaults for new frontend options in config.exs
author
scarlett
<nia@netbsd.org>
Sun, 21 Oct 2018 11:54:37 +0000
(12:54 +0100)
committer
scarlett
<nia@netbsd.org>
Sun, 21 Oct 2018 11:54:37 +0000
(12:54 +0100)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index e5f0b4f6f9b6075c4b8a277207141f75ba5740ff..225ca914a8ff5299f2fd640285e802c497258697 100644
(file)
--- 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,