Upgrade libsignal to v0.81.1, enable websocket compression via remote config
This commit is contained in:
parent
6e8928b3c5
commit
e9ea20bb73
5 changed files with 182 additions and 7 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue