Piped icon indicating copy to clipboard operation
Piped copied to clipboard

Fetch Reply Count

Open prateekmedia opened this issue 3 years ago • 3 comments
trafficstars

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.

prateekmedia avatar Jun 26 '22 07:06 prateekmedia

There is a way to find out if a comment has replied or not, just see if repliesPage is null or not.

FireMasterK avatar Jun 27 '22 12:06 FireMasterK

@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

prateekmedia avatar Jun 27 '22 12:06 prateekmedia

@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

d4f5409d avatar Jul 06 '22 07:07 d4f5409d