mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Setup backupV2 infrastructure and testing.
Co-authored-by: Clark Chen <clark@signal.org>
This commit is contained in:
committed by
Cody Henthorne
parent
feb74d90f6
commit
b540b5813e
@@ -155,7 +155,7 @@ public final class SafetyNumberChangeRepository {
|
||||
|
||||
IdentityKey newIdentityKey = messageRecord.getIdentityKeyMismatches()
|
||||
.stream()
|
||||
.filter(mismatch -> mismatch.getRecipientId(context).equals(changedRecipient.getRecipient().getId()))
|
||||
.filter(mismatch -> mismatch.getRecipientId().equals(changedRecipient.getRecipient().getId()))
|
||||
.map(IdentityKeyMismatch::getIdentityKey)
|
||||
.filter(Objects::nonNull)
|
||||
.findFirst()
|
||||
|
||||
Reference in New Issue
Block a user