From a5858536905c61b7d9ee83ad82542b2c168df784 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Tue, 16 Jun 2026 19:40:24 +0530 Subject: [PATCH] chore: expose advanced_search flag in super_admin UI for self-hosted (#14750) ## Description Removes `chatwoot_internal: true` from the `advanced_search` feature flag so self-hosted enterprise userss can toggle it from the super_admin UI instead of going through a rails console. --- config/features.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/features.yml b/config/features.yml index 03105588b..c5bc8f608 100644 --- a/config/features.yml +++ b/config/features.yml @@ -200,7 +200,6 @@ display_name: Advanced Search enabled: false premium: true - chatwoot_internal: true - name: saml display_name: SAML enabled: false