Skip to content

Hard-code support for slash commands to true

What does this MR do and why?

This merge request hard-codes support for slash commands to always be true.

Because all records have always supported slash commands, we can hard-code true here. This avoids the need to run a backfilling migration for old records #385760 (comment 1243465903).

Permission scopes can never be removed from our GitLab Slack app once they have been added, so this value will never be false in future.

There should be no functional changes experienced by customers.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #385760 (closed)

Merge request reports