mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
Merge pull request #2219 from victoreduardo/evo/main
Some checks failed
Some checks failed
Fix: Chatwoot service fails when processing read message
This commit is contained in:
commit
73fb376602
@ -2323,7 +2323,7 @@ export class ChatwootService {
|
||||
const url =
|
||||
`/public/api/v1/inboxes/${inbox.inbox_identifier}/contacts/${sourceId}` +
|
||||
`/conversations/${conversationId}/update_last_seen`;
|
||||
chatwootRequest(this.getClientCwConfig(), {
|
||||
await chatwootRequest(this.getClientCwConfig(), {
|
||||
method: 'POST',
|
||||
url: url,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user