Skip to content

core: frontend: libs: message-messager: Fix callback order#3910

Merged
joaoantoniocardoso merged 1 commit into
bluerobotics:masterfrom
patrickelectric:fix-callback
Apr 29, 2026
Merged

core: frontend: libs: message-messager: Fix callback order#3910
joaoantoniocardoso merged 1 commit into
bluerobotics:masterfrom
patrickelectric:fix-callback

Conversation

@patrickelectric
Copy link
Copy Markdown
Member

@patrickelectric patrickelectric commented Apr 29, 2026

The emitMessage function calls (level, message) and not (message, level)

Summary by Sourcery

Bug Fixes:

  • Fix the default message callback parameter ordering so it receives (level, message) instead of (message, level).

The emitMessage function calls (level, message) and not (message, level)

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@joaoantoniocardoso joaoantoniocardoso merged commit b0d52c4 into bluerobotics:master Apr 29, 2026
6 checks passed
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.

2 participants