Upgrade libsignal-client to 0.46.2
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
0696477dc0
commit
0d2f172f73
4 changed files with 312 additions and 14 deletions
|
@ -1531,7 +1531,7 @@ export function initialize({
|
|||
libsignalNetEnvironment
|
||||
);
|
||||
log.info(`libsignal net environment resolved to [${Net.Environment[env]}]`);
|
||||
const libsignalNet = new Net.Net(env);
|
||||
const libsignalNet = new Net.Net(env, getUserAgent(version));
|
||||
libsignalNet.setIpv6Enabled(!disableIPv6);
|
||||
|
||||
// Thanks to function-hoisting, we can put this return statement before all of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue