Left pane: Ensure pinned conversations show only once
This commit is contained in:
parent
f28be83afa
commit
c5c667ab1b
2 changed files with 24 additions and 3 deletions
|
@ -262,6 +262,7 @@ export const _getLeftPaneLists = (
|
|||
// We always show pinned conversations
|
||||
if (conversation.isPinned) {
|
||||
pinnedConversations.push(conversation);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (conversation.activeAt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue