rip out fetch_initial_posts
authorrinpatch <rinpatch@sdf.org>
Sat, 14 Mar 2020 12:39:58 +0000 (15:39 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 15 Mar 2020 12:59:17 +0000 (15:59 +0300)
commite87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c
tree73312030559c0f706028c09f05505189d77b3d29
parent14ebf8f1e5411337d63d6372e6229da1b2f28316
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
config/config.exs
config/description.exs
docs/configuration/cheatsheet.md
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/utils.ex
lib/pleroma/workers/background_worker.ex
priv/repo/migrations/20200314123607_config_remove_fetch_initial_posts.exs [new file with mode: 0644]
priv/repo/migrations/20200315125756_delete_fetch_initial_posts_jobs.exs [new file with mode: 0644]
test/web/activity_pub/utils_test.exs