mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
8997d7f91f
commit
5e1fc79c33
1 changed files with 1 additions and 1 deletions
|
@ -506,6 +506,7 @@ public class SignalAccount implements Closeable {
|
|||
) throws IOException {
|
||||
this.dataPath = dataPath;
|
||||
this.accountPath = accountPath;
|
||||
this.settings = settings;
|
||||
final JsonNode rootNode;
|
||||
synchronized (fileChannel) {
|
||||
fileChannel.position(0);
|
||||
|
@ -685,7 +686,6 @@ public class SignalAccount implements Closeable {
|
|||
|
||||
this.aciIdentityKeyPair = aciIdentityKeyPair;
|
||||
this.localRegistrationId = registrationId;
|
||||
this.settings = settings;
|
||||
|
||||
migratedLegacyConfig = loadLegacyStores(rootNode, legacySignalProtocolStore) || migratedLegacyConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue