|
|
@ -125,10 +125,6 @@ export const _getLeftPaneLists = (
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!conversation.activeAt) {
|
|
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (conversation.activeAt !== undefined) {
|
|
|
|
if (conversation.activeAt !== undefined) {
|
|
|
|
allContacts.push(conversation);
|
|
|
|
allContacts.push(conversation);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -137,6 +133,10 @@ export const _getLeftPaneLists = (
|
|
|
|
unreadCount += conversation.unreadCount;
|
|
|
|
unreadCount += conversation.unreadCount;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!conversation.activeAt) {
|
|
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (conversation.isArchived) {
|
|
|
|
if (conversation.isArchived) {
|
|
|
|
archivedConversations.push(conversation);
|
|
|
|
archivedConversations.push(conversation);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|