Add "pni" capability in staging
This commit is contained in:
parent
d8ea9856ec
commit
57eed10a38
3 changed files with 16 additions and 0 deletions
8
ts/util/isPnpEnabled.ts
Normal file
8
ts/util/isPnpEnabled.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { isStaging } from './version';
|
||||
|
||||
export function isPnpEnabled(version = window.getVersion()): boolean {
|
||||
return isStaging(version);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue