There is, you need to enter the post url in your instance search so it gets fetched. Similar for comments (make sure to use the url from the colored fediverse icon, not the normal comment url).
I see, it could be a partial solution but it would be nice to have an automatic fetch via API of the last 10 or more posts when a community is loaded for the first time or when the user looks for older posts
mh, it doesn’t seem to work then :0, maybe it fetches by time and not by last posts? so for instance if I look for a community without recent posts I get nothing?
Okay i just tried with this search and it fetched latest posts just fine. Do you see any errors in the server logs when fetching a new community? Use docker-compose logs -f --tail=100 lemmy
There is, you need to enter the post url in your instance search so it gets fetched. Similar for comments (make sure to use the url from the colored fediverse icon, not the normal comment url).
but I have to get them one by one right?
Yes, or write a script to automate it.
I see, it could be a partial solution but it would be nice to have an automatic fetch via API of the last 10 or more posts when a community is loaded for the first time or when the user looks for older posts
It actually does fetch the last posts in that case. But no votes, comments etc. Of course that could be implemented in the future.
mh, it doesn’t seem to work then :0, maybe it fetches by time and not by last posts? so for instance if I look for a community without recent posts I get nothing?
It should work regardless, but maybe there is a bug.
I think so or I have some issues in my config, when I loaded lemmy.ml/c/piracy and lemmy.ml/c/meta from here for the first time they were empty
Okay i just tried with this search and it fetched latest posts just fine. Do you see any errors in the server logs when fetching a new community? Use
docker-compose logs -f --tail=100 lemmy
deleted by creator