Allow lazy creation of Recipient.self()
This commit is contained in:
parent
3037a33267
commit
fb0b1af056
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public final class LiveRecipientCache {
|
|||
}
|
||||
|
||||
if (selfId == null) {
|
||||
throw new MissingRecipientException(null);
|
||||
selfId = recipientDatabase.getAndPossiblyMerge(localAci, localE164, false);
|
||||
}
|
||||
|
||||
synchronized (localRecipientId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue