Skip to content

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.

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.