Standardize feature flag for internal testing
This commit is contained in:
parent
0af53ef120
commit
ebb87b12d5
3 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,7 @@ export type ConfigKeyType =
|
|||
| 'desktop.disableGV1'
|
||||
| 'desktop.groupCalling'
|
||||
| 'desktop.gv2'
|
||||
| 'desktop.internalUser'
|
||||
| 'desktop.mandatoryProfileSharing'
|
||||
| 'desktop.mediaQuality.levels'
|
||||
| 'desktop.messageRequests'
|
||||
|
@ -22,7 +23,6 @@ export type ConfigKeyType =
|
|||
| 'desktop.sendSenderKey2'
|
||||
| 'desktop.storage'
|
||||
| 'desktop.storageWrite3'
|
||||
| 'desktop.worksAtSignal'
|
||||
| 'global.groupsv2.groupSizeHardLimit'
|
||||
| 'global.groupsv2.maxGroupSize';
|
||||
type ConfigValueType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue