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.
2 parents 5030679 + 0f665ab commit 1e39e55Copy full SHA for 1e39e55
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