Add "should show badges" feature flag

This commit is contained in:
Evan Hahn 2021-11-09 09:51:56 -06:00 committed by GitHub
parent dd342e1f22
commit ab543aea93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 3 deletions

View file

@ -24,6 +24,7 @@ export type ConfigKeyType =
| 'desktop.senderKey.send'
| 'desktop.senderKey.retry'
| 'desktop.sendSenderKey3'
| 'desktop.showUserBadges'
| 'desktop.storage'
| 'desktop.storageWrite3'
| 'desktop.usernames'