Small improvement

This commit is contained in:
M66B 2021-02-03 17:37:37 +01:00
parent f825f94c9a
commit f90e06c50e
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ public class EntityMessage implements Serializable {
Objects.equals(this.reply_domain, other.reply_domain) &&
Objects.equals(this.avatar, other.avatar) &&
Objects.equals(this.sender, other.sender) &&
MessageHelper.equal(this.return_path, other.return_path) &&
MessageHelper.equal(this.submitter, other.submitter) &&
MessageHelper.equal(this.from, other.from) &&
MessageHelper.equal(this.to, other.to) &&