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

conversations.list limit 100 default issue #84

Closed
singleuseonly opened this issue Jun 25, 2020 · 2 comments
Closed

conversations.list limit 100 default issue #84

singleuseonly opened this issue Jun 25, 2020 · 2 comments
Assignees
Labels

Comments

@singleuseonly
Copy link

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

@sgratzl sgratzl self-assigned this Jun 25, 2020
@sgratzl
Copy link
Owner

sgratzl commented Jun 25, 2020

thx good catch.

atm. I quick fix it by setting the limit to 1000 and released 0.7.4

@singleuseonly
Copy link
Author

thanks samuel - i patched slacker with the 1000 limit as a work around :)

appreciate your work. thank you

@sgratzl sgratzl closed this as completed Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants