summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-15 16:14:54 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-15 16:14:54 +0000
commitd84670b9e15e15797c985269664cdf081237eac4 (patch)
tree11e5238fdbbe8c444f79caaed830517d61503d79 /config
parent67a27825b19aabb7c0521d534cbacbec78e43231 (diff)
parente87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c (diff)
downloadpleroma-d84670b9e15e15797c985269664cdf081237eac4.tar.gz
pleroma-d84670b9e15e15797c985269664cdf081237eac4.zip
Merge branch 'f' into 'develop'
rip out fetch_initial_posts Closes #1422 and #1595 See merge request pleroma/pleroma!2297
Diffstat (limited to 'config')
-rw-r--r--config/config.exs4
-rw-r--r--config/description.exs19
2 files changed, 0 insertions, 23 deletions
diff --git a/config/config.exs b/config/config.exs
index 2cd741213..3357e23e7 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -504,10 +504,6 @@ config :pleroma, :workers,
federator_outgoing: 5
]
-config :pleroma, :fetch_initial_posts,
- enabled: false,
- pages: 5
-
config :auto_linker,
opts: [
extra: true,
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,