mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 05:03:39 +00:00
Update for core changes
This commit is contained in:
parent
69ecb19654
commit
8e16bee431
@ -140,11 +140,8 @@ public class SignalCommunicationModule {
|
||||
Optional.of(new SecurityEventListener(context)),
|
||||
TextSecurePreferences.getLocalNumber(context),
|
||||
0,
|
||||
DatabaseFactory.getLokiAPIDatabase(context));
|
||||
|
||||
// Loki - Set the pre key bundle store
|
||||
// This is something that we MUST have or our Loki logic will fail
|
||||
this.messageSender.setPreKeyBundleStore(new LokiPreKeyBundleStore(context));
|
||||
DatabaseFactory.getLokiAPIDatabase(context),
|
||||
new LokiPreKeyBundleStore(context));
|
||||
} else {
|
||||
this.messageSender.setMessagePipe(IncomingMessageObserver.getPipe(), IncomingMessageObserver.getUnidentifiedPipe());
|
||||
this.messageSender.setIsMultiDevice(TextSecurePreferences.isMultiDevice(context));
|
||||
|
Loading…
x
Reference in New Issue
Block a user