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 d7ae77066..99ccab8d1 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java +++ b/app/src/main/java/org/thoughtcrime/securesms/recipients/Recipient.java @@ -1290,7 +1290,6 @@ public class Recipient { expireMessages == other.expireMessages && Objects.equals(profileAvatarFileDetails, other.profileAvatarFileDetails) && profileSharing == other.profileSharing && - lastProfileFetch == other.lastProfileFetch && forceSmsSelection == other.forceSmsSelection && Objects.equals(serviceId, other.serviceId) && Objects.equals(username, other.username) &&