Left pane: Ensure pinned conversations show only once

This commit is contained in:
Scott Nonnenberg 2021-05-04 15:16:59 -07:00 committed by GitHub
parent f28be83afa
commit c5c667ab1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 3 deletions

View file

@ -262,6 +262,7 @@ export const _getLeftPaneLists = (
// We always show pinned conversations
if (conversation.isPinned) {
pinnedConversations.push(conversation);
continue;
}
if (conversation.activeAt) {