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
{{ message }}
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: