Place announcement-only groups behind feature flag

This commit is contained in:
Josh Perez 2021-07-20 16:51:38 -04:00 committed by GitHub
parent dd0baf9ab4
commit bf6c0ce7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import { get, throttle } from 'lodash';
import { connectToServerWithStoredCredentials } from './util/connectToServerWithStoredCredentials';
export type ConfigKeyType =
| 'desktop.announcementGroup'
| 'desktop.clientExpiration'
| 'desktop.disableGV1'
| 'desktop.groupCalling'