Email or username:

Password:

Forgot your password?
Top-level
𝐑𝐚𝐩𝐡

@pixelfed Good job !

Are there any configurations to be done at the instance level, or is v0.11.4 enough?
For me, on my own instance, the global feed does not show posts from Fediverse and is exactly the same as the local feed.

4 comments
pixelfed

@raph Thanks, for the network timeline make sure you have `PF_NETWORK_TIMELINE=true` in .env and try increasing the falloff limit from 2 days to 30 by adding `PF_NETWORK_TIMELINE_DAYS_FALLOFF=30` and running `php artisan config:cache && php artisan cache:clear`

Lapineige

@pixelfed does that second setting also allows to collect network content after a prolonged outage ?
In other word, it that the "curation time limit" that Pixelfed will use to populate home feed ?
@raph

pixelfed

@Lapineige @raph Nope and that setting is only for the network timeline. That's a good idea though, we'll add that to our todo list.

𝐑𝐚𝐩𝐡

@pixelfed Seems to be the same after changing the .env and the config:cache & clear

Go Up