Add experimental Linux support for ringrtc ADM.
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
import * as RemoteConfig from '../../RemoteConfig';
|
import * as RemoteConfig from '../../RemoteConfig';
|
||||||
import OS from '../os/osMain';
|
|
||||||
import { isProduction } from '../version';
|
import { isProduction } from '../version';
|
||||||
|
|
||||||
export function getUseRingrtcAdm(): boolean {
|
export function getUseRingrtcAdm(): boolean {
|
||||||
@@ -13,7 +12,6 @@ export function getUseRingrtcAdm(): boolean {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
isProduction(window.getVersion()) ||
|
isProduction(window.getVersion()) ||
|
||||||
OS.isLinux() ||
|
|
||||||
!RemoteConfig.isEnabled('desktop.internalUser')
|
!RemoteConfig.isEnabled('desktop.internalUser')
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user