diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-14 15:39:58 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 15:59:17 +0300 |
commit | e87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c (patch) | |
tree | 73312030559c0f706028c09f05505189d77b3d29 /config/description.exs | |
parent | 14ebf8f1e5411337d63d6372e6229da1b2f28316 (diff) | |
download | pleroma-e87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c.tar.gz |
rip out fetch_initial_posts
Every time someone tries to use it, it goes mad and tries to scrape the
entire fediverse for no visible reason, it's better to just remove it
than continue shipping it in it's current state.
idea acked by lain and feld on irc
Closes #1595 #1422
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config/description.exs b/config/description.exs index 9fdcfcd96..c0e403b2e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2008,25 +2008,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, type: :group, |