Add experimental Linux support for ringrtc ADM.

This commit is contained in:
Miriam Zimmerman 2024-11-05 17:12:59 -05:00 committed by GitHub
parent 2a3c1069fb
commit 4fbf5fee57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
// SPDX-License-Identifier: AGPL-3.0-only
import * as RemoteConfig from '../../RemoteConfig';
import OS from '../os/osMain';
import { isProduction } from '../version';
export function getUseRingrtcAdm(): boolean {
@ -13,7 +12,6 @@ export function getUseRingrtcAdm(): boolean {
if (
isProduction(window.getVersion()) ||
OS.isLinux() ||
!RemoteConfig.isEnabled('desktop.internalUser')
) {
return false;