lemmy
lemmy copied to clipboard
See all reports on a given post / comment
Requirements
- [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a feature request? Do not put multiple feature requests in one issue.
- [X] Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Is your proposal related to a problem?
I would like to get all resolved and/or unresolved reports for a given post or comment so I can show that in the UI.
Describe the solution you'd like.
Way to query API for resolved and/or unresolved reports for a given post/comment ID.
Describe alternatives you've considered.
Paging through the entire report list, quite inefficient/slow.
Additional context
This enhances the feature requested in https://github.com/LemmyNet/lemmy/issues/4163.
There is also a related enhancement request to get the mod log for a given comment/post here: https://github.com/LemmyNet/lemmy/issues/4162.