-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix: Simplify logging of messageSent object #2105
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Evita o erro de this.isZero not is function
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReplaced explicit JSON.stringify logging of the messageSent object with direct object logging to prevent prototype issues and resolve the Class diagram for updated logging in BaileysStartupServiceclassDiagram
class BaileysStartupService {
+logger: Logger
+sendDataWebhook(event: Events, messageRaw)
...
}
BaileysStartupService --> Logger: uses
BaileysStartupService --> Events: uses
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.
milesibastos
added a commit
to chatwoot-br/evolution-api
that referenced
this pull request
Oct 20, 2025
commit 48bda1b Merge: e83a7e2 dd21a29 Author: Davidson Gomes <davidsongviolao@gmail.com> Date: Sun Oct 19 17:59:26 2025 -0300 Merge pull request EvolutionAPI#2107 from KokeroO/develop fix( baileys.service ): Corrige ao salvar no DB valores Uint8Array commit dd21a29 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 18:53:16 2025 +0000 fix(baileys): salvar corretamente buffer no db commit e83a7e2 Merge: cd71ff5 d58d0b8 Author: Davidson Gomes <davidsongviolao@gmail.com> Date: Sun Oct 19 06:41:28 2025 -0300 Merge pull request EvolutionAPI#2105 from KokeroO/develop fix: Simplify logging of messageSent object commit d58d0b8 Merge: 4efc9b6 cd71ff5 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 06:34:58 2025 -0300 Merge branch 'EvolutionAPI:develop' into develop commit 4efc9b6 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 06:34:45 2025 -0300 Simplify logging of messageSent object Evita o erro de this.isZero not is function commit cd71ff5 Merge: cdf0666 582166e Author: Davidson Gomes <davidsongviolao@gmail.com> Date: Sun Oct 19 06:23:39 2025 -0300 Merge pull request EvolutionAPI#2103 from KokeroO/develop feat(baileys,chatwoot,on-whatsapp-cache): implementações e correções na baileys e chatwoot commit 582166e Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 05:41:55 2025 +0000 fix(lint): lint commit e1ae03c Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 05:37:22 2025 +0000 fix(comments): comments fix commit 0737c45 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 02:29:04 2025 -0300 Update src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> commit adbe107 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 02:28:45 2025 -0300 Update src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> commit 423f629 Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 02:26:52 2025 -0300 Update src/utils/onWhatsappCache.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> commit 946dcae Author: Willian Coqueiro <wil_kokero@hotmail.com> Date: Sun Oct 19 03:05:11 2025 +0000 feat(baileys,chatwoot,on-whatsapp-cache): implementações e correções na baileys e chatwoot * corrige cache de números PN, LIDs e g.us para enviar o número correto * atualiza para os últimos commits da baileys * corrige envio de áudio e documentos via chatwoot no canal baileys * diversas correções na integração com chatwoot * corrige mensagens ignoradas no recebimento de leads
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Evita o erro
this.isZero() not is function
Summary by Sourcery
Bug Fixes:
this.isZero() not is function
error