fix: Does not search message without chatwoot Message Id for reply

This commit is contained in:
Davidson Gomes 2024-10-04 18:52:32 -03:00
parent 0791e1afe9
commit 0d2125ddff

View File

@ -1907,6 +1907,9 @@ export class ChatwootService {
path: ['id'],
equals: quotedId,
},
chatwootMessageId: {
not: null,
},
},
});