Fixed updating of keywords

This commit is contained in:
M66B 2018-11-26 11:30:04 +01:00
parent 5e614f7476
commit c0853b1734
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ public class EntityMessage implements Serializable {
this.seen.equals(other.seen) &&
this.answered.equals(other.answered) &&
this.flagged.equals(other.flagged) &&
Helper.equal(this.keywords, other.keywords) &&
this.ui_seen.equals(other.ui_seen) &&
this.ui_answered.equals(other.ui_answered) &&
this.ui_flagged.equals(other.ui_flagged) &&