You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment/report/list endpoint already has a community_id field for filtering. It would be nice if I could filter by post_id too. This would allow a client to, for example, display reports inline in a comment chain.
Describe the solution you'd like.
Add a post_id field to ListCommentReportsRequest.
Describe alternatives you've considered.
Additional context
No response
The text was updated successfully, but these errors were encountered:
I'm currently in the process of removing that endpoint in favor of a combined one #5231 . I'll need to add a test to make sure what you're saying works correctly tho.
Requirements
Is your proposal related to a problem?
The
comment/report/list
endpoint already has acommunity_id
field for filtering. It would be nice if I could filter bypost_id
too. This would allow a client to, for example, display reports inline in a comment chain.Describe the solution you'd like.
Add a
post_id
field toListCommentReportsRequest
.Describe alternatives you've considered.
Additional context
No response
The text was updated successfully, but these errors were encountered: