mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 23:38:34 +00:00
Allow lazy creation of Recipient.self()
This commit is contained in:
@@ -165,7 +165,7 @@ public final class LiveRecipientCache {
|
||||
}
|
||||
|
||||
if (selfId == null) {
|
||||
throw new MissingRecipientException(null);
|
||||
selfId = recipientDatabase.getAndPossiblyMerge(localAci, localE164, false);
|
||||
}
|
||||
|
||||
synchronized (localRecipientId) {
|
||||
|
||||
Reference in New Issue
Block a user