diff --git a/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.kt b/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.kt index 3699a41f4a..f593f5fcee 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.kt @@ -815,8 +815,7 @@ class Recipient( callLinkRoomId == other.callLinkRoomId && phoneNumberSharing == other.phoneNumberSharing && nickname == other.nickname && - note == other.note && - shouldBlurAvatar == other.shouldBlurAvatar + note == other.note } override fun equals(other: Any?): Boolean {