Skip to content

Conversation

@Nocelli
Copy link
Owner

@Nocelli Nocelli commented Sep 17, 2025

No description provided.

andres99x and others added 30 commits September 3, 2025 12:16
- Add linkPreview extraction from webhook/n8n response
- Implement linkPreview parameter in textMessage calls
- Add debug logging for linkPreview functionality
- Support for disabling link previews when linkPreview: false
- Add comprehensive documentation for linkPreview feature

Usage:
- Return { "message": "text", "linkPreview": false } from webhook to disable preview
- Return { "message": "text", "linkPreview": true } from webhook to enable preview
- Omit linkPreview for default WhatsApp behavior
- Remove evolution-bot-documentation.md
- Remove evolution-bot-linkpreview-example.md
- Remove send-text-api-documentation.md
- Keep only the core linkPreview implementation
- Default linkPreview to true when not specified for backward compatibility
- Validate linkPreview is boolean before passing to textMessage
- Consolidate debug logs and remove sensitive data from logging
- Sanitize API keys in debug output ([REDACTED])
- Reduce log verbosity while maintaining debugging capability
- Ensure robust fallback behavior for malformed responses

Addresses PR feedback regarding:
- Backward compatibility preservation
- Security considerations in logging
- Input validation and error handling
- Remove unnecessary trailing whitespace
- Use shorthand property syntax for linkPreview parameter
- Apply ESLint formatting standards
- Maintain code consistency and readability
…stmsg

Revert "Ignore events that are not messages (like EPHEMERAL_SYNC_RESPONSE)"
feat: implement disable/enable linkPreview support for Evolution Bot
…-chatwoot-cron-id

fix: Prevent Duplicate Cron Jobs for Chatwoot Message Sync
…ove message retrieval logic in Chatwoot service
… return after the time expires and after being paused due to human interaction (stopBotFromMe)
…typebot-status-webhook

fix: integrate Typebot status change events for webhook in chatbot controller e service
…-not-return-after-human

fix: allowing the chatbot return after the time expires and after human interaction (stopBotFromMe)
Enables the option to specify safe remote addresses using WEBSOCKET_ALLOWED_HOSTS enviroment variables. Defaults to the secure only localhost.
Customizable Websockets Security
…oot services to improve message retrieval and update logic
…bad-decrypt

fix: convert mediaKey from media messages to avoid bad decrypt errors
@Nocelli Nocelli merged commit 9e3fbb7 into main Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants