Skip to content

Commit 88dd7f3

Browse files
committed
add missing feature flags to webapp
1 parent 450d556 commit 88dd7f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

values/webapp/prod-values.example.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ envVars:
1919
FEATURE_ENABLE_DEBUG: "false"
2020
FEATURE_ENABLE_PHONE_LOGIN: "false"
2121
FEATURE_ENABLE_SSO: "false"
22+
FEATURE_ENABLE_IN_CALL_REACTIONS: "true"
23+
FEATURE_ENABLE_IN_CALL_HAND_RAISE: "true"
24+
FEATURE_ENABLE_DETACHED_CALLING_WINDOW: "true"
25+
FEATURE_ENABLE_MESSAGE_FORMAT_BUTTONS: "true"
2226
FEATURE_SHOW_LOADING_INFORMATION: "false"
27+
FEATURE_ENABLE_CHANNELS: "false"
28+
FEATURE_ENABLE_CHANNELS_HISTORY_SHARING: "false"
29+
FEATURE_ENABLE_PUBLIC_CHANNELS: "false"
2330
URL_ACCOUNT_BASE: "https://account.example.com"
2431
#URL_MOBILE_BASE: "https://wire-pwa-staging.zinfra.io" # TODO: is this needed?
2532
URL_PRIVACY_POLICY: "https://www.example.com/terms-conditions"

0 commit comments

Comments
 (0)