Frequently Asked Questions
Why can't the bot delete channels?
The Slack API limits that ability to Enterprise Grid workspaces. Thus far, it has not been tested in any of those.
Why do I get a message from the bot stating a public link was created to my file when an image I uploaded to an incident channel was pinned?
This is because a public link has to be created temporarily in order to fetch the image content from the Slack API. That public access is removed immediately afterward. This is normal and expected behavior.
How do I handle database migrations?
Migrations run automatically when the container starts. When running locally, you can also apply them manually with make migrations.
See the documentation for migrations here.