Init Nicknames & Notes
This commit is contained in:
parent
ebecf2403f
commit
e26916702c
42 changed files with 1050 additions and 23 deletions
8
ts/util/nicknames.ts
Normal file
8
ts/util/nicknames.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 areNicknamesEnabled(): boolean {
|
||||
return RemoteConfig.getValue('desktop.nicknames') === 'TRUE';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue