Drop legacy feature flags

This commit is contained in:
Fedor Indutny 2022-02-04 13:33:09 -08:00 committed by GitHub
parent abcfa3cc35
commit 0d19f9131b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 61 deletions

View file

@ -11,8 +11,6 @@ export type ConfigKeyType =
| 'desktop.clientExpiration'
| 'desktop.disableGV1'
| 'desktop.groupCallOutboundRing'
| 'desktop.groupCalling'
| 'desktop.gv2'
| 'desktop.internalUser'
| 'desktop.messageCleanup'
| 'desktop.mandatoryProfileSharing'
@ -25,8 +23,6 @@ export type ConfigKeyType =
| 'desktop.sendSenderKey3'
| 'desktop.showUserBadges2'
| 'desktop.showUserBadges.beta'
| 'desktop.storage'
| 'desktop.storageWrite3'
| 'desktop.usernames'
| 'global.calling.maxGroupCallRingSize'
| 'global.groupsv2.groupSizeHardLimit'