Small fix

This commit is contained in:
M66B 2019-05-05 10:40:59 +02:00
parent bb52f583bf
commit 611d32bb2d
1 changed files with 1 additions and 1 deletions

View File

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