mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
fix: Does not search message without chatwoot Message Id for reply
This commit is contained in:
parent
0791e1afe9
commit
0d2125ddff
@ -1907,6 +1907,9 @@ export class ChatwootService {
|
|||||||
path: ['id'],
|
path: ['id'],
|
||||||
equals: quotedId,
|
equals: quotedId,
|
||||||
},
|
},
|
||||||
|
chatwootMessageId: {
|
||||||
|
not: null,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user