Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Due to potential changes... please don't pull this (at least not yet)
If you pull this into live remember to change your config file
This will cause DeltaBot to check to see if a comment was written by the submissions author (OP has replied). If they have AND the no_replies_flair is the current flair then it shall be removed.
This is the first step to potentially using this system. The next step would be to have some way to flair submissions older than a particular ages (the easiest being 0 seconds old). This is a bit more complex to add and I don't have too much time right now.
As long as no_replies_flair is set to something unused in the config then this change should do nothing and can sit idly until this is used.
I thought I'd send the pull request now though ... to get the ball rolling.
Edit: I've realized that my double if statement can be changed to and "if and" statement. That's more preference than anything else.