reddit-moderator-toolbox-legacy icon indicating copy to clipboard operation
reddit-moderator-toolbox-legacy copied to clipboard

Feature request: enhance commentSearch() to allow showing only removed comments

Open jpettitt opened this issue 8 years ago • 1 comments

In one of my high traffic subs we're looking at a new anti troll policy where if a threshold number of substantiated reports is met we ban the user for 30 days. It would be really nice to be able to list all the removed comment a user has made so we can get a quick snapshot of how much of an ass they are.

In a perfect world there would be a one click removal % stat right on the post/comment ...

Possible? Difficult?

jpettitt avatar Dec 22 '16 17:12 jpettitt

Yeah should be possible. Though when dealing with comments and people doing a lot of it you run into the 1000 item limit rather quickly.

So we probably will build it in at some point, but for your usecase you might want to actually pull the entire modlog and search for removed comments by that user there.

In fact, if we implement this it will probably be through the modlog as that makes more sense and goes back further.

creesch avatar Dec 22 '16 17:12 creesch