diff options
author | kaniini <nenolod@gmail.com> | 2019-03-08 22:33:31 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-03-08 22:33:31 +0000 |
commit | 130fc9eae63ef5860e383c8f31c968103ba3b894 (patch) | |
tree | 98acfd979208a17e4aa37cc733ce977a698849f1 /docs/config.md | |
parent | 3c04460c9c0ae5119a08e50389bf6efd984d22a1 (diff) | |
parent | b775fded101f5ae17dc694a342a0f80d72b786a7 (diff) | |
download | pleroma-130fc9eae63ef5860e383c8f31c968103ba3b894.tar.gz |
Merge branch 'fetch-posts-on-first-federation' into 'develop'
Fetch user's outbox posts on first federation with that user
Closes #131
See merge request pleroma/pleroma!907
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. |