Build eager prefetch sessions under the SignalSessionLock.

This commit is contained in:
Greyson Parrelli
2026-07-10 04:31:51 +00:00
parent 8f4b4aa160
commit 8bc31386a5
2 changed files with 16 additions and 12 deletions
@@ -209,6 +209,7 @@ public class ApplicationDependencyProvider implements AppDependencies.Provider {
protocolStore.aci(),
new SignalProtocolAddress(pushServiceSocket.getCredentialsProvider().getAci().getLibSignalServiceId(),
pushServiceSocket.getCredentialsProvider().getDeviceId()),
ReentrantSessionLock.INSTANCE,
PreKeyBatcher.INSTANCE
)
);