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

Lemmy ListPosts results limited to 50 #37

Open
BreadMakesYouFat opened this issue Jun 23, 2023 · 1 comment
Open

Lemmy ListPosts results limited to 50 #37

BreadMakesYouFat opened this issue Jun 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@BreadMakesYouFat
Copy link
Contributor

Lemmy post results are limited to 50 which results in a lot of empty communities (forums) when you have many subscriptions.
Probably need to split the go request in system/lemmy/lemmy.go func ListPosts into multiple requests, bumping the limit number directly will not succeed, but not experienced enough to do this myself.

BreadMakesYouFat added a commit to BreadMakesYouFat/neonmodem that referenced this issue Jun 24, 2023
BreadMakesYouFat added a commit to BreadMakesYouFat/neonmodem that referenced this issue Jun 24, 2023
resolves mrusme#32 Filter for lemmy communities
resolves mrusme#37 Keep lemmy results 50 but query specific community
Show all subscribed lemmy communities + re-query for results from that specific community when selected
@BreadMakesYouFat
Copy link
Contributor Author

Worked out how ListPosts worked and combined with the changes from #32's pull request, so this can probably closed :)

@mrusme mrusme added the enhancement New feature or request label Jun 25, 2023
BreadMakesYouFat added a commit to BreadMakesYouFat/neonmodem that referenced this issue Jun 26, 2023
resolves mrusme#32 Filter for lemmy communities
resolves mrusme#37 Keep lemmy results 50 but query specific community
Show all subscribed lemmy communities + re-query for results from that specific community when selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants