Skip to content

operations: Remove feature flag for transactional voting in UserSquash

With af4ea325 (operations: Fix missing votes on squashed commits, 2022-03-18) we have introduced the use of quarantine directories in the UserSquash() RPC to enable transactional voting. This change in behaviour has been rolled out to production, and the change was enabled by default in e8413304 (operations: Always use structured errors for UserSquash, 2022-03-21).

We haven't seen any issues with this change. Remove the feature flag to always enable it.

Changelog: removed

Closes #4119 (closed)

Merge request reports