We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears the conversations.list api is called without the limit argument and the channel lists are truncated.
eg.
slack-cleaner --token --info
returns users, public, private channel lists, all truncated to 100 in length.
I have lots missing!
any channels not included in the first 100 cannot be cleaned by reference using the --channel or --direct arguments
Running slack-cleaner v0.7.3 Channel, direct message or private group not found
The text was updated successfully, but these errors were encountered:
thx good catch.
atm. I quick fix it by setting the limit to 1000 and released 0.7.4
Sorry, something went wrong.
thanks samuel - i patched slacker with the 1000 limit as a work around :)
appreciate your work. thank you
sgratzl
No branches or pull requests
It appears the conversations.list api is called without the limit argument and the channel lists are truncated.
eg.
slack-cleaner --token --info
returns users, public, private channel lists, all truncated to 100 in length.
I have lots missing!
any channels not included in the first 100 cannot be cleaned by reference using the --channel or --direct arguments
Running slack-cleaner v0.7.3
Channel, direct message or private group not found
The text was updated successfully, but these errors were encountered: