1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Small improvement

This commit is contained in:
M66B 2021-02-03 17:37:37 +01:00
parent f825f94c9a
commit f90e06c50e

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) &&