Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spam filter is on high for comments #92

Open
justcool393 opened this issue Jun 14, 2017 · 2 comments
Open

Spam filter is on high for comments #92

justcool393 opened this issue Jun 14, 2017 · 2 comments
Labels

Comments

@justcool393
Copy link
Contributor

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 justcool393 changed the title Spam filter is on low by default for comments Spam filter is on high for comments Jun 14, 2017
@CrustyJew
Copy link
Owner

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
Copy link
Contributor Author

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.

@CrustyJew CrustyJew added the bug label Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants