Upgrade libsignal to v0.81.1, enable websocket compression via remote config

This commit is contained in:
Alex Bakon 2025-09-23 09:57:23 -04:00 committed by GitHub
commit e9ea20bb73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 182 additions and 7 deletions

View file

@ -2054,6 +2054,13 @@ export function initialize({
log.info('libsignal net will shadow auth chat connections');
libsignalRemoteConfig.set('shadowAuthChatWithNoise', 'true');
}
if (
window.Signal.RemoteConfig.isEnabled(
'desktop.libsignalNet.chatPermessageDeflate'
)
) {
libsignalRemoteConfig.set('chatPermessageDeflate', 'true');
}
libsignalNet.setRemoteConfig(libsignalRemoteConfig);
const socketManager = new SocketManager(libsignalNet, {