Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Fetching an unseen community no longer retrieves the 10 newest posts #4283

Closed
4 tasks done
Kradyz opened this issue Dec 16, 2023 · 0 comments
Closed
4 tasks done
Labels
area: federation support federation via activitypub bug Something isn't working

Comments

@Kradyz
Copy link
Contributor

Kradyz commented Dec 16, 2023

Requirements

  • Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a single bug? Do not put multiple bugs in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Summary

After the update to 0.19.0, fetching a community from a different instance no longer retrieves the 10 newest posts. I suspect that this is not on purpose as it is not described in the release notes.

For example, I have fetched the community "icebergs" from lemmy.zip (which is running v.0.19.0) into lemmy.ml, and no posts have been fetched: https://lemmy.ml/c/icebergs@lemmy.zip

Steps to Reproduce

  1. Find a community from a different instance that has not previously been seen by your instance
  2. Fetch the external community by searching for it from your home instance, and subscribe
  3. See that no posts have been retrieved

Technical Details

I have tried to follow the logs both when fetching a different instance's community and when using a different instance to fetch one of my communities, but I have not noticed any specific error.

Version

0.19.0

Lemmy Instance URL

No response

@Kradyz Kradyz added the bug Something isn't working label Dec 16, 2023
@Nutomic Nutomic added the area: federation support federation via activitypub label Dec 18, 2023
Nutomic added a commit that referenced this issue Dec 18, 2023
Also use spawn_try_task to fetch community outbox, mods etc to avoid
delay/timeout when fetching new community.
Nutomic added a commit that referenced this issue Dec 18, 2023
Also use spawn_try_task to fetch community outbox, mods etc to avoid
delay/timeout when fetching new community.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: federation support federation via activitypub bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants