Fixed updating of keywords

pull/146/head
M66B 6 years ago
parent 5e614f7476
commit c0853b1734

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

Loading…
Cancel
Save