Merge pull request #2219 from victoreduardo/evo/main
Some checks failed
Security Scan / CodeQL Analysis (javascript) (push) Has been cancelled
Security Scan / Dependency Review (push) Has been cancelled
Check Code Quality / check-lint-and-build (push) Has been cancelled
Build Docker image / Build and Deploy (push) Has been cancelled

Fix: Chatwoot service fails when processing read message
This commit is contained in:
Davidson Gomes 2025-11-13 14:03:09 -03:00 committed by GitHub
commit 73fb376602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
});