Piped
Piped copied to clipboard
Fetch Reply Count
The Problem
Currently there is no way to judge whether a comment has replies or not, some people may click view replies and then know that this comment doesn't have replies.
The Solution
Implement a reply count endpoint in the comments api.
There is a way to find out if a comment has replied or not, just see if repliesPage is null or not.
@FireMasterK ok but is there any way to get replies count instead, It would be interesting to see like 15 replies or 1 reply before user clicks View Reply
@FireMasterK ok but is there any way to get replies count instead, It would be interesting to see like 15 replies or 1 reply before user clicks View Reply
Yes I would need that feature too