Fixed updating folder group unread count

pull/214/head
M66B 2 years ago
parent c986de943d
commit a2aee58f4a

@ -87,7 +87,9 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
this.unseen == other.unseen && this.unseen == other.unseen &&
this.unexposed == other.unexposed && this.unexposed == other.unexposed &&
this.flagged == other.flagged && this.flagged == other.flagged &&
this.executing == other.executing); this.executing == other.executing &&
this.indentation == other.indentation &&
this.childs_unseen == other.childs_unseen);
} else } else
return false; return false;
} }

Loading…
Cancel
Save