mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-04-29 10:10:28 +00:00
Fix issue when loading a legacy account file without aci
This commit is contained in:
parent
6c1013b024
commit
124d10d6f8
@ -532,7 +532,7 @@ public class SignalAccount implements Closeable {
|
||||
if (legacyRecipientStore != null) {
|
||||
recipientStore.resolveRecipientsTrusted(legacyRecipientStore.getAddresses());
|
||||
}
|
||||
recipientStore.resolveRecipientTrusted(getSelfAddress());
|
||||
getSelfRecipientId();
|
||||
migrated = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user