fix(mail(js)): restore threads state upon initialization

This commit is contained in:
Francis Lachapelle
2022-01-26 14:58:03 -05:00
parent 929c6b1c0c
commit 8dda30e4ec
@@ -1097,6 +1097,7 @@
// Initialization phase, we received complete list of UIDs
Mailbox.$log.debug('unwrapping ' + data.uids.length + ' messages');
hasNewMessages = true;
_this.init(data);
// First entry of 'uids' are keys when threaded view is enabled