diff --git a/server/config/feature_flag_configs/production.json b/server/config/feature_flag_configs/production.json index f0c57b7b77..2921e63f06 100644 --- a/server/config/feature_flag_configs/production.json +++ b/server/config/feature_flag_configs/production.json @@ -25,7 +25,7 @@ }, { "name": "follow_up_questions_ga", - "enabled": false, + "enabled": true, "owner": "javiervazquez", "description": "Enables the follow up questions generated from related topics to general audience." },