CrustyJew / RedditSharp-DEPRECATED-

Reddit API wrapper for .NET
MIT License
215 stars 75 forks source link

Spam filter is on high for comments #92

Open justcool393 opened 7 years ago

justcool393 commented 7 years ago

See: https://github.com/CrustyJew/RedditSharp/blob/master/RedditSharp/SpamFilterSettings.cs#L13

If you create a subreddit, you can see that by default, the spam filter for comments is set to low, but this class automatically sets it to high.

CrustyJew commented 7 years ago

Is it actually returning that as the value after you've created the subreddit? It might just be initializing it to that value so it isn't null or something weird.

justcool393 commented 7 years ago

Doubtful; I'd have to check. All I know that in the reddit code, its set to Low to by default. It is a very, very, very minor bug, considering that you'd have to instantiate the class directly to even see it.