@ -688,6 +688,7 @@ const Main: FC<IMainProps> = () => {
onUnpin={handleUnpin}
controlUpdateList={controlUpdateConversationList}
onDelete={handleDelete}
onStartChat={() => handleConversationIdChange('-1')}
/>
)
}
@ -668,7 +668,7 @@ const Main: FC<IMainProps> = ({
onStartChat={handleStartChat}