|
|
@ -223,7 +223,7 @@ public class EntityMessage implements Serializable {
|
|
|
|
Objects.equals(this.subject, other.subject) &&
|
|
|
|
Objects.equals(this.subject, other.subject) &&
|
|
|
|
Objects.equals(this.size, other.size) &&
|
|
|
|
Objects.equals(this.size, other.size) &&
|
|
|
|
this.content == other.content &&
|
|
|
|
this.content == other.content &&
|
|
|
|
// plain_only
|
|
|
|
Objects.equals(this.plain_only, other.plain_only) &&
|
|
|
|
Objects.equals(this.preview, other.preview) &&
|
|
|
|
Objects.equals(this.preview, other.preview) &&
|
|
|
|
// sent
|
|
|
|
// sent
|
|
|
|
this.received.equals(other.received) &&
|
|
|
|
this.received.equals(other.received) &&
|
|
|
|