Removes old feature flags
This commit is contained in:
parent
778c8b4220
commit
aecb11247f
14 changed files with 80 additions and 100 deletions
8
ts/util/isPhoneNumberSharingEnabled.ts
Normal file
8
ts/util/isPhoneNumberSharingEnabled.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import * as RemoteConfig from '../RemoteConfig';
|
||||
|
||||
export function isPhoneNumberSharingEnabled(): boolean {
|
||||
return Boolean(RemoteConfig.isEnabled('desktop.internalUser'));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue