turnage / graw

Golang Reddit API Wrapper
MIT License
288 stars 49 forks source link

Is it possible to understand if a post is removed by a moderator? #87

Open invasionofsmallcubes opened 3 years ago

invasionofsmallcubes commented 3 years ago

Example: https://www.reddit.com/r/wallstreetbets/comments/lxrlx6/the_danger_must_me_growing_for_the_holders_keep/

It says:

Sorry, this post has been removed by the moderators of r/wallstreetbets. Moderators remove posts from feeds for a variety of reasons, including keeping communities safe, civil, and true to their purpose.

if I use bot.Thread(post.Permalink) I get Hidden, Locked, Deleted and NSFW but they are all false.

Is it a bug or am I considering the wrong fields to understand if it is removed?

Thanks :)