-
Notifications
You must be signed in to change notification settings - Fork 80
chore: sync project with repo evolution-api #6
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
base: develop
Are you sure you want to change the base?
chore: sync project with repo evolution-api #6
Conversation
Reviewer's Guide by SourceryThe pull request introduces a new option to bypass the conversion of stickers to WebP format in the WhatsApp integration service, and updates the data transfer object to support this option. Sequence diagram for sticker conversion in WhatsApp servicesequenceDiagram
participant User
participant BaileysStartupService
User->>BaileysStartupService: Send sticker with notConvertSticker option
alt notConvertSticker is true
BaileysStartupService->>BaileysStartupService: Convert sticker from base64
else
BaileysStartupService->>BaileysStartupService: Convert sticker to WebP
end
BaileysStartupService->>BaileysStartupService: Check for gifPlayback
BaileysStartupService->>User: Send message with sticker
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @matheusmartinsInsper - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…gos de produtos e Coleções evitando alterações desnecessárias em arquivos do repositório
Corrige problema na API relacionado à migration. Fixes #1234
- Implement dynamic queue creation based on enabled events - Add method to list existing queues for an instance - Improve error handling and logging for SQS operations - Remove unused queue removal methods - Update set method to handle queue creation/deletion on event changes - Add comments for future feature of forced queue deletion
- Create Nats table in PostgreSQL migration - Disable message recovery logic in Baileys service - Remove console log in instance creation route
- Add robust authentication mechanism for WebSocket connections - Implement API key validation for both instance-specific and global tokens - Improve connection request handling with detailed logging - Refactor WebSocket controller to support more secure connection validation
Summary by Sourcery
Enhance sticker handling in WhatsApp integration by adding an option to skip sticker conversion
Enhancements:
Chores: