mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix issue when loading a legacy account file without aci
This commit is contained in:
parent
6c1013b024
commit
124d10d6f8
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ public class SignalAccount implements Closeable {
|
||||||
if (legacyRecipientStore != null) {
|
if (legacyRecipientStore != null) {
|
||||||
recipientStore.resolveRecipientsTrusted(legacyRecipientStore.getAddresses());
|
recipientStore.resolveRecipientsTrusted(legacyRecipientStore.getAddresses());
|
||||||
}
|
}
|
||||||
recipientStore.resolveRecipientTrusted(getSelfAddress());
|
getSelfRecipientId();
|
||||||
migrated = true;
|
migrated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue