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

Implement crowd control #138

Open
FoxxMD opened this issue Jan 12, 2023 · 3 comments
Open

Implement crowd control #138

FoxxMD opened this issue Jan 12, 2023 · 3 comments
Assignees
Labels
Action Pertaining to CM mod actions enhancement New feature or request low hanging fruit Features/Refactoring that should be trivial to do and lead to good results
Milestone

Comments

@FoxxMD
Copy link
Owner

FoxxMD commented Jan 12, 2023

https://www.reddit.com/dev/api/#POST_api_update_crowd_control_level

Implement updating crowd control on a submission as an Action

@FoxxMD FoxxMD added enhancement New feature or request Action Pertaining to CM mod actions labels Jan 12, 2023
@FoxxMD FoxxMD added this to the 1.0 milestone Jan 12, 2023
@FoxxMD FoxxMD self-assigned this Jan 12, 2023
@FoxxMD FoxxMD added the low hanging fruit Features/Refactoring that should be trivial to do and lead to good results label Jan 12, 2023
@Justusewhatevernameisstillavailable

Looking forward to it!

Question, this does not include the toggle “Hold Crowd Controlled comments for review” right?

@FoxxMD
Copy link
Owner Author

FoxxMD commented Jan 13, 2023

It might...this endpoint contains these editable settings:

  • crowd_control_chat_level
  • crowd_control_filter
  • crowd_control_level
  • crowd_control_mode
  • crowd_control_post_level

But, as usual, there is no description of what they actually do. I'll have to test it in my sandbox subreddit to see what they affect.

EDIT: oh you mean for individual posts. It might be hidden in the api request. I'll have to check PRAW docs.

@Justusewhatevernameisstillavailable

Yep, I meant for an individual post, sorry for not specifying that.

crowd_control_chat_level an integer between 0 and 3
crowd_control_level an integer between 0 and 3
crowd_control_post_level an integer between 0 and 3

these three probably match chat post, comment and post set to off, lenient, moderate or strict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Pertaining to CM mod actions enhancement New feature or request low hanging fruit Features/Refactoring that should be trivial to do and lead to good results
Projects
None yet
Development

No branches or pull requests

2 participants