diff --git a/global/useConversation.js b/global/useConversation.js index b6a5cba..516a2ff 100644 --- a/global/useConversation.js +++ b/global/useConversation.js @@ -70,7 +70,7 @@ async function selectConversation(id) { storeHistory(); history = conversation_histories[id]; } - currentConversation = { id, history }; + currentConversation = { id, history, pending: false }; updateAll(currentConversation); }