| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…chronous handling
Reviewer's guide (collapsed on small PRs)
Reviewer's GuideEnsures that the update_last_seen API call in the Chatwoot integration is properly awaited, restoring the message “read” status on the server. Sequence diagram for awaiting update_last_seen in ChatwootServicesequenceDiagram
participant "ChatwootService"
participant "chatwootRequest()"
participant "Chatwoot Server"
"ChatwootService"->>"chatwootRequest()": Call update_last_seen API (awaited)
"chatwootRequest()"->>"Chatwoot Server": POST /update_last_seen
"Chatwoot Server"-->>"chatwootRequest()": Response
"chatwootRequest()"-->>"ChatwootService": Promise resolved
File-Level Changes
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📋 Description
All messages on chatwoot do not get read status due an issue on chatwoot service that is missing await tag when calling chatwootRequest method that hits update_last_seen endpoint.
🔗 Related Issue
#2116
🧪 Type of Change
🧪 Testing
📸 Screenshots (if applicable)
✅ Checklist
📝 Additional Notes
Summary by Sourcery
Bug Fixes: