From 5d323fa1551839885a5b09ca486203c0d2914db7 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 5 Jul 2023 09:28:46 +0200 Subject: [PATCH] fix: give conversationId to convo list so the order is tracked otherwise, a change of pinned conversation does not retrigger a render, and the pinned conversation does not get pushed to the top --- ts/components/leftpane/LeftPaneMessageSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/leftpane/LeftPaneMessageSection.tsx b/ts/components/leftpane/LeftPaneMessageSection.tsx index 95ef19647..1af354f24 100644 --- a/ts/components/leftpane/LeftPaneMessageSection.tsx +++ b/ts/components/leftpane/LeftPaneMessageSection.tsx @@ -112,6 +112,7 @@ export class LeftPaneMessageSection extends React.Component { rowRenderer={this.renderRow} width={width} autoHeight={false} + conversationIds={conversationIds} /> )}