mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-30 19:14:20 +01:00
Fix issue when loading a legacy account file without aci
This commit is contained in:
@@ -532,7 +532,7 @@ public class SignalAccount implements Closeable {
|
||||
if (legacyRecipientStore != null) {
|
||||
recipientStore.resolveRecipientsTrusted(legacyRecipientStore.getAddresses());
|
||||
}
|
||||
recipientStore.resolveRecipientTrusted(getSelfAddress());
|
||||
getSelfRecipientId();
|
||||
migrated = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user