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]: Comment tree paging: Remove 300-max for top-level comment replies #4543

Open
5 tasks done
dessalines opened this issue Mar 15, 2024 · 0 comments
Open
5 tasks done
Labels
area: database bug Something isn't working

Comments

@dessalines
Copy link
Member

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.
  • Do you agree to follow the rules in our Code of Conduct?
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Summary

Currently there is a 300 max top-level reply for the comment tree threads, because I don't know how to do paging properly with ltrees. This was added to prevent DB attacks on threads with a lot of comments, but needs a real solution.

Steps to Reproduce

Try to make more than 300 top level comments in a post. It will not show them.

Technical Details

Context: #949

Version

main

Lemmy Instance URL

all

@dessalines dessalines added the bug Something isn't working label Mar 15, 2024
@dessalines dessalines changed the title [Bug]: Comment tree paging - page top-level comment replies [Bug]: Comment tree paging: Remove 300-max for top-level comment replies Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: database bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants