Update Differences-in-MastodonAPI-Responses.md
[akkoma] / config / config.exs
index e6a21104cf0fe6a59c9797f19fa40e19fb64c5d2..cd4c8e5627235b31bb17479aaf3a648a6086ebfc 100644 (file)
@@ -222,6 +222,9 @@ config :pleroma, :frontend_configurations,
     scopeCopy: true,
     subjectLineBehavior: "email",
     alwaysShowSubjectInput: true
+  },
+  masto_fe: %{
+    showInstanceSpecificPanel: true
   }
 
 config :pleroma, :activitypub,
@@ -352,6 +355,10 @@ config :pleroma, Pleroma.Jobs,
   federator_outgoing: [max_jobs: 50],
   mailer: [max_jobs: 10]
 
+config :pleroma, :fetch_initial_posts,
+  enabled: false,
+  pages: 5
+
 config :auto_linker,
   opts: [
     scheme: true,