From 0d2125ddff886d51cb31fc7b284cf09ef886bea8 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 4 Oct 2024 18:52:32 -0300 Subject: [PATCH] fix: Does not search message without chatwoot Message Id for reply --- .../integrations/chatbot/chatwoot/services/chatwoot.service.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts index 9f21e417..5e0d01e5 100644 --- a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts +++ b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts @@ -1907,6 +1907,9 @@ export class ChatwootService { path: ['id'], equals: quotedId, }, + chatwootMessageId: { + not: null, + }, }, });