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

Can't clear messages that are over 14 days old #80

Closed
s0lst1ce opened this issue Nov 13, 2019 · 0 comments
Closed

Can't clear messages that are over 14 days old #80

s0lst1ce opened this issue Nov 13, 2019 · 0 comments
Assignees
Labels
bug Something isn't working critical A critical issue that has to be fixed ASAP

Comments

@s0lst1ce
Copy link
Collaborator

Describe the bug
It is not possible to delete the messages over 14 days old using the clear command.

Steps to reproduce
Try to use the `clear command on messages over 14 days old.

Expected behavior
Being able to delete any message

Additional context
This is due to the limitation of the bulk delete method of the API. Bulk deletes are not supported for messages over 14 days old.
Since bulk delete does improve performance by a lot it should be kept. However a failsafe method for messages over 14 days old should be used automatically if bulk delete fails.

@s0lst1ce s0lst1ce added bug Something isn't working critical A critical issue that has to be fixed ASAP labels Nov 13, 2019
@s0lst1ce s0lst1ce self-assigned this Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical A critical issue that has to be fixed ASAP
Projects
None yet
Development

No branches or pull requests

1 participant