We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b384c8 commit 0f665abCopy full SHA for 0f665ab
src/lib/services/conversation-service.js
@@ -192,7 +192,7 @@ function buildConversationUserStates(conversationId) {
192
active_rounds: state.active_rounds.data || -1
193
};
194
}) || [];
195
- conversationUserStateStore.resetOne(conversationId);
+ // conversationUserStateStore.resetOne(conversationId);
196
return states;
197
}
198
return [];
0 commit comments