Enable stories in beta builds

This commit is contained in:
Scott Nonnenberg 2022-10-07 11:34:27 -07:00 committed by GitHub
parent 4ec48df5b9
commit d114effc03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -30,11 +30,13 @@ export type ConfigKeyType =
| 'desktop.showUserBadges.beta'
| 'desktop.showUserBadges2'
| 'desktop.stories'
| 'desktop.stories.beta'
| 'desktop.usernames'
| 'global.attachments.maxBytes'
| 'global.calling.maxGroupCallRingSize'
| 'global.groupsv2.groupSizeHardLimit'
| 'global.groupsv2.maxGroupSize';
type ConfigValueType = {
name: ConfigKeyType;
enabled: boolean;