mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 06:07:37 +00:00
Make LibSignalChatConnection Only Use Each ChatService Once
This commit is contained in:
committed by
Greyson Parrelli
parent
040d05a0a6
commit
1401256ffd
@@ -434,7 +434,9 @@ public class ApplicationDependencyProvider implements AppDependencies.Provider {
|
||||
Network network = libSignalNetworkSupplier.get();
|
||||
return new LibSignalChatConnection(
|
||||
"libsignal-unauth",
|
||||
LibSignalNetworkExtensions.createChatService(network, null, Stories.isFeatureEnabled()),
|
||||
network,
|
||||
null,
|
||||
Stories.isFeatureEnabled(),
|
||||
healthMonitor);
|
||||
} else {
|
||||
return new OkHttpWebSocketConnection("unidentified",
|
||||
|
||||
Reference in New Issue
Block a user