fix: Conversation opening in pending if there's an active bot on the inbox
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user