Fetch user's outbox posts on first federation with that user
This commit is contained in:
parent
39b766cc43
commit
5021b7836f
4 changed files with 84 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue