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 21:15:11 +0000 (00:15 +0300)
commit9d0975529182a1f9002ed8ccd7aa94d058ef83f7
tree51e35f98e187c3589e45de60ce5c2d23563901c5
parentfcf51a77baa4661d4b20d55b87577d5de0a8c422
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