mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Update libsignal-net integration to match libsignal v0.62.0.
This commit is contained in:
committed by
Greyson Parrelli
parent
e82dfea93c
commit
bf3012bd8a
@@ -435,8 +435,7 @@ public class ApplicationDependencyProvider implements AppDependencies.Provider {
|
||||
return new LibSignalChatConnection(
|
||||
"libsignal-unauth",
|
||||
LibSignalNetworkExtensions.createChatService(network, null, Stories.isFeatureEnabled()),
|
||||
healthMonitor,
|
||||
false);
|
||||
healthMonitor);
|
||||
} else {
|
||||
return new OkHttpWebSocketConnection("unidentified",
|
||||
signalServiceConfigurationSupplier.get(),
|
||||
|
||||
Reference in New Issue
Block a user