diff options
author | Ekaterina Vaartis <vaartis@cock.li> | 2019-03-07 00:13:26 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@cock.li> | 2019-03-08 16:27:56 +0300 |
commit | 5021b7836fd0aabd2253416ec48dfcba60a1227c (patch) | |
tree | 01742f325c55c8de3719b44c25746ecf39b62b54 /docs/config.md | |
parent | 39b766cc43c39dbff84cb498c4b4c764abdec9a0 (diff) | |
download | pleroma-5021b7836fd0aabd2253416ec48dfcba60a1227c.tar.gz |
Fetch user's outbox posts on first federation with that user
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 465bc1d2b..a09ea95f3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -285,6 +285,10 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`. ## :rich_media * `enabled`: if enabled the instance will parse metadata from attached links to generate link previews +## :fetch_initial_posts +* `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts +* `pages`: the amount of pages to fetch + ## :hackney_pools Advanced. Tweaks Hackney (http client) connections pools. |