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

@ -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.