RedditSharp-DEPRECATED-
RedditSharp-DEPRECATED- copied to clipboard
Spam filter is on high for comments
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.
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.
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.