diff --git a/src/server/api-handlers/features.ts b/src/server/api-handlers/features.ts index 5258c7ac8..7a432d2bb 100644 --- a/src/server/api-handlers/features.ts +++ b/src/server/api-handlers/features.ts @@ -10,8 +10,8 @@ type Features = { [key: string]: boolean }; // feature disabled. So we default to true if the instance can not initialize. // NOTE: Other filters may have other strategies, by setting to false. const defaultToggles: Features = { - 'dekoratoren.screensharing': true, - 'dekoratoren.chatbot': true, + 'dekoratoren.skjermdeling': true, + 'dekoratoren.chatbotscript': true, }; const initializeUnleash = async () => {