Fixed updating folder group unread count

pull/214/head
M66B 6 months ago
parent c986de943d
commit a2aee58f4a

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

Loading…
Cancel
Save