You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: