Add experimental Linux support for ringrtc ADM.
This commit is contained in:
parent
2a3c1069fb
commit
4fbf5fee57
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue