Merge branch '1560-non-federating-instances-routes-restrictions' into 'develop'
[akkoma] / config / description.exs
index 9fdcfcd967883f02dd3772b995247e29e5b5b6be..c0e403b2e2af6a2977c20ff4457fd8c30841c7a3 100644 (file)
@@ -2007,25 +2007,6 @@ config :pleroma, :config_description, [
       }
     ]
   },
-  %{
-    group: :pleroma,
-    key: :fetch_initial_posts,
-    type: :group,
-    description: "Fetching initial posts settings",
-    children: [
-      %{
-        key: :enabled,
-        type: :boolean,
-        description: "Fetch posts when a new user is federated with"
-      },
-      %{
-        key: :pages,
-        type: :integer,
-        description: "The amount of pages to fetch",
-        suggestions: [5]
-      }
-    ]
-  },
   %{
     group: :auto_linker,
     key: :opts,