-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix(chatwoot): only fallback audio caption when audioMessage exists #1435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(chatwoot): only fallback audio caption when audioMessage exists #1435
Conversation
Reviewer's GuideThis pull request introduces NATS integration for event streaming, enhances WhatsApp Business API support (including catalog and collections endpoints), improves event/message handling, and addresses several security, infrastructure, and bug fixes. The changes include new features, refactors, and configuration updates across multiple modules, with a focus on extensibility, security, and correct message processing. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Context
In PR #1434 I introduced an audio-caption fallback:
That change unintentionally caused non-audio message types (e.g.
locationMessage
) to be identified as audio, resulting in empty content.What’s Changed
msg.audioMessage
is defined.Verification
''
.Summary by Sourcery
Add NATS integration for event streaming, enhance WhatsApp Business catalog/collections support, improve event and message handling, and address security and infrastructure updates.
New Features:
Bug Fixes:
Enhancements:
Build:
CI:
Deployment:
Documentation:
Tests:
Chores: