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
I looked into this today and noticed two problems. First, fetching a community is very slow because each post gets processed one by one. Also, the search loading indicator is broken. This means you have to keep waiting even if nothing seems to happen, and it can take more than 3 minutes in the worst case.
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
I don’t really get it, for the communities I tried now and it kinda works, it sometime takes time and I have to refresh the page but https://lemmy.wiredentrypoint.xyz/c/peertube@lemmy.ml is still empty, even https://lemmy.wiredentrypoint.xyz/c/meta@lemmy.ml didn’t load much https://pastebin.com/Yc11mS79 here some logs with a “grep peertube”, no errors in the latest logs
I looked into this today and noticed two problems. First, fetching a community is very slow because each post gets processed one by one. Also, the search loading indicator is broken. This means you have to keep waiting even if nothing seems to happen, and it can take more than 3 minutes in the worst case.
parallel fetching fix
loading indicator fix
As for the peertube community, it fails to serve the outbox for some reason, so posts cant be fetched.
Thank you :)