diff --git a/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java b/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java index 192e14f6dd..72443e8378 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java +++ b/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java @@ -1201,7 +1201,6 @@ public class Recipient { profileSharing == other.profileSharing && lastProfileFetch == other.lastProfileFetch && forceSmsSelection == other.forceSmsSelection && - Objects.equals(id, other.id) && Objects.equals(aci, other.aci) && Objects.equals(username, other.username) && Objects.equals(e164, other.e164) &&