Skip to content

Commit

Permalink
Update adhoc calling util
Browse files Browse the repository at this point in the history
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and ayumi-signal committed Mar 1, 2024
1 parent 1207d64 commit 840c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/util/isAdhocCallingEnabled.ts
Expand Up @@ -4,5 +4,5 @@
import * as RemoteConfig from '../RemoteConfig';

export function isAdhocCallingEnabled(): boolean {
return Boolean(RemoteConfig.isEnabled('desktop.calling.adhoc'));
return RemoteConfig.isEnabled('desktop.internalUser');
}

0 comments on commit 840c988

Please sign in to comment.