RedditSharp-DEPRECATED- icon indicating copy to clipboard operation
RedditSharp-DEPRECATED- copied to clipboard

Spam filter is on high for comments

Open justcool393 opened this issue 7 years ago • 2 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.

justcool393 avatar Jun 14 '17 23:06 justcool393

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.

CrustyJew avatar Jun 16 '17 13:06 CrustyJew

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.

justcool393 avatar Jun 17 '17 04:06 justcool393