Small improvement

This commit is contained in:
M66B 2020-05-07 18:27:50 +02:00
parent 4c1c9d4b79
commit 8d589c1879
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ public class EntityMessage implements Serializable {
Objects.equals(this.references, other.references) &&
Objects.equals(this.deliveredto, other.deliveredto) &&
Objects.equals(this.inreplyto, other.inreplyto) &&
Objects.equals(this.wasforwardedfrom, other.wasforwardedfrom) &&
Objects.equals(this.thread, other.thread) &&
Objects.equals(this.priority, other.priority) &&
Objects.equals(this.receipt, other.receipt) &&