Enable calling raise hand

This commit is contained in:
ayumi-signal 2024-05-28 19:51:55 -07:00 committed by GitHub
parent 4ec69ee3a0
commit c67a346218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 20 deletions

View file

@ -1,8 +0,0 @@
// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import * as RemoteConfig from '../RemoteConfig';
export function isGroupCallRaiseHandEnabled(): boolean {
return Boolean(RemoteConfig.isEnabled('desktop.internalUser'));
}