You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: