mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Rotate profile key when learning of a block by a linked device.
This commit is contained in:
committed by
Jeffrey Starke
parent
cd26929d39
commit
9ccdbb8e40
@@ -50,7 +50,7 @@ class RecipientTableTest_applyStorageSyncContactUpdate {
|
||||
|
||||
// WHEN
|
||||
val oldVerifiedStatus: IdentityTable.VerifiedStatus = identities.getIdentityRecord(other.id).get().verifiedStatus
|
||||
SignalDatabase.recipients.applyStorageSyncContactUpdate(update)
|
||||
SignalDatabase.recipients.applyStorageSyncContactUpdate(update, true)
|
||||
val newVerifiedStatus: IdentityTable.VerifiedStatus = identities.getIdentityRecord(other.id).get().verifiedStatus
|
||||
|
||||
// THEN
|
||||
|
||||
Reference in New Issue
Block a user