Skip to content

Commit

Permalink
BC-8650 - Add feature flag for changing permissions in rooms (#1089)
Browse files Browse the repository at this point in the history
Add feature flag to enable ability to change permissions of room members
  • Loading branch information
NFriedo authored Jan 21, 2025
1 parent df0904e commit 234c9a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,11 @@ configuration_all:
server: true
client: true
nuxtclient: false
FEATURE_ROOMS_CHANGE_PERMISSIONS_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false
CTL_TOOLS__PREFERRED_TOOLS_LIMIT:
value: "5"
server: true
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/develop/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ FEATURE_SCHOOL_POLICY_ENABLED_NEW: "true"

FEATURE_SCHOOL_TERMS_OF_USE_ENABLED: "true"

FEATURE_ROOMS_CHANGE_PERMISSIONS_ENABLED: "true"

KEDA_NAMESPACE_ACTIVATOR_ENABLED: "true"

TLDRAW_CLIENT_REPLICAS: 1
Expand Down

0 comments on commit 234c9a4

Please sign in to comment.