mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Pass proxy down to libsignal Net instance
This commit is contained in:
@@ -1726,6 +1726,10 @@ export function initialize({
|
||||
certificateAuthority
|
||||
);
|
||||
libsignalNet.setIpv6Enabled(!disableIPv6);
|
||||
if (proxyUrl) {
|
||||
log.info('Setting libsignal proxy');
|
||||
libsignalNet.setProxyFromUrl(proxyUrl);
|
||||
}
|
||||
|
||||
// Thanks to function-hoisting, we can put this return statement before all of the
|
||||
// below function definitions.
|
||||
|
||||
Reference in New Issue
Block a user