-
Notifications
You must be signed in to change notification settings - Fork 2
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
Send report instead of deleting submisions #7
Labels
enhancement
New feature or request
Milestone
Comments
martijnboers
changed the title
Send modmail instead of deleting subbmisions
Send modmail instead of deleting submisions
Feb 4, 2020
To clarify, instead of sending mod mail it can simply report the post with a reason similar to "BlotterTrax suggests a mod check out this point for exceeding limits. : " |
wrt; bio, I think go ahead and post it though I think we need to ensure it only gets stickied if we actually found an artist. |
Nedlinin
changed the title
Send modmail instead of deleting submisions
Send reporting instead of deleting submisions
Feb 5, 2020
Nedlinin
changed the title
Send reporting instead of deleting submisions
Send report instead of deleting submisions
Feb 5, 2020
Nedlinin
added a commit
that referenced
this issue
Feb 17, 2020
… a post and removing it. This currently is set on the config level globally but at some point we probably want to determine this dynamically based on the type of error (for instance, a feature is in "beta"). Changed verb from "archive" to "remove" in function names to more closely reflect the nomenclature of reddit. Fixes #7.
martijnboers
added a commit
that referenced
this issue
Feb 19, 2020
* Added REMOVE_SUBMISSIONS flag to allow us to toggle between reporting a post and removing it. This currently is set on the config level globally but at some point we probably want to determine this dynamically based on the type of error (for instance, a feature is in "beta"). Changed verb from "archive" to "remove" in function names to more closely reflect the nomenclature of reddit. Fixes #7. * Fix python formatting issues. * Fix issue with undefined var. * Hopefully fix last scoping issue! :) * Ensure new flag gets loaded into Config class properly. * Fix formatting * Remove the double URL parsing. Fix bad member reference in remove_submission_exceeding_threshold. Add in a few comments to better section code. Co-authored-by: Martijn Boers <2955898+martijnboers@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A requirement to test the bot is that as a first step it should send modmail instead of deleting submissions when they exceed the threshold.
Should it also not reply with the artist bio?
The text was updated successfully, but these errors were encountered: