Open
Conversation
Owner
|
Hi @deanpemberton , thanks an awful lot for adding this, having I apologize for the long time it took me to reply this. Since I've just merged #14 which adds support of file deletion, could you rebase your commits onto the current master (there is already a Thank you again for doing this. 😄 |
9d04492 to
c9f1b50
Compare
sgratzl
added a commit
to sgratzl/slack-cleaner
that referenced
this pull request
Sep 8, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I wanted an option to be able to purge messages from all channels which were older than a certain date.
This adds the "--purge yes" option and then iterates clean_channel over all the channels.
There is probably a better way to handle the argument (ie making it a boolean), but for my use this was fine.