Comment by Bainos on 11/12/2019 at 00:18 UTC

3 upvotes, 2 direct replies (showing 2)

View submission: Announcing the Crowd Control Beta

View parent comment

Even outside of a queue, I think the possibility to add a check in AutoMod, and thus temporarily report or filter those comments to modqueue, would be helpful. If exposed through the API, I would probably write down a bot to do it myself if it's not natively available.

Replies

Comment by therealadyjewel at 16/12/2019 at 20:02 UTC

2 upvotes, 1 direct replies

tldr: bots can get the job done

The API now exposes a property on comment objects, `collapsed_because_crowd_control: true|false|null`.

This property is included on comments trees (e.g. r/example/comments/12345/some_random_post) and comment listings (e.g. r/example/comments, r/example/about/modqueue).

Comment by therealadyjewel at 18/12/2019 at 19:52 UTC

2 upvotes, 0 direct replies

I also pushed documentation for the "show comment" endpoint: https://www.reddit.com/dev/api#POST_api_show_comment