Skip to content

Commit 0f665ab

Browse files
author
Jicheng Lu
committed
remain conv states after sending message
1 parent 7b384c8 commit 0f665ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/services/conversation-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function buildConversationUserStates(conversationId) {
192192
active_rounds: state.active_rounds.data || -1
193193
};
194194
}) || [];
195-
conversationUserStateStore.resetOne(conversationId);
195+
// conversationUserStateStore.resetOne(conversationId);
196196
return states;
197197
}
198198
return [];

0 commit comments

Comments
 (0)