Skip to content

Commit

Permalink
info: moving guestReaction events from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
slkzgm committed Jan 14, 2025
1 parent 3fcd475 commit 66e7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/core/ChatClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class ChatClient extends EventEmitter {

// 5) Reaction => body.type=2
if (body?.type === 2) {
this.logger.info('[ChatClient] Emitting guestReaction =>', body);
this.logger.debug('[ChatClient] Emitting guestReaction =>', body);
this.emit('guestReaction', {
displayName: body.displayName,
emoji: body.body,
Expand Down

0 comments on commit 66e7c23

Please sign in to comment.