[Pleroma.Web.MastodonAPI.StatusView]: Return nil as fallback for missing views
[akkoma] / config / config.exs
index e5f0b4f6f9b6075c4b8a277207141f75ba5740ff..225ca914a8ff5299f2fd640285e802c497258697 100644 (file)
@@ -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,