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