Rename backupServerPublicParams
This commit is contained in:
parent
4ae402eb7f
commit
793346031b
11 changed files with 32 additions and 9 deletions
8
ts/util/isBackupEnabled.ts
Normal file
8
ts/util/isBackupEnabled.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import * as RemoteConfig from '../RemoteConfig';
|
||||
|
||||
export function isBackupEnabled(): boolean {
|
||||
return Boolean(RemoteConfig.isEnabled('desktop.backup.credentialFetch'));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue