Upgrade libsignal-client to 0.46.2

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-05-17 14:03:21 -05:00 committed by GitHub
parent 0696477dc0
commit 0d2f172f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 312 additions and 14 deletions

View file

@ -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