fix: Conversation opening in pending if there's an active bot on the inbox

This commit is contained in:
Shivam Mishra
2025-07-03 19:51:58 +05:30
parent 19d8f6bac5
commit 10b9da14ef
3 changed files with 76 additions and 1 deletions
@@ -134,6 +134,7 @@ export const prepareNewMessagePayload = ({
contactId: Number(selectedContact.id),
message: { content: message },
assigneeId: currentUser.id,
status: 'open', // Explicitly set status to open for manually created conversations
};
if (attachedFiles?.length) {