Fetch user's outbox posts on first federation with that user

This commit is contained in:
Ekaterina Vaartis 2019-03-07 00:13:26 +03:00
commit 5021b7836f
4 changed files with 84 additions and 10 deletions

View file

@ -348,6 +348,10 @@ config :pleroma, Pleroma.Jobs,
federator_outgoing: [max_jobs: 50],
mailer: [max_jobs: 10]
config :pleroma, :fetch_initial_posts,
enabled: false,
pages: 5
config :auto_linker,
opts: [
scheme: true,