Pass disableIPv6 setting to libsignal-net

This commit is contained in:
Sergey Skrobotov 2024-04-23 16:54:24 -07:00 committed by GitHub
parent 793346031b
commit ae4fa04e95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -559,8 +559,6 @@ export class SocketManager extends EventListener {
: TransportOption.ShadowingLow;
}
// in prod, switch to using 'ShadowingHigh' mode, unless user opts out,
// in which case switching to `ShadowingLow`
const configValue = window.Signal.RemoteConfig.isEnabled(
'desktop.experimentalTransportEnabled.prod'
);