Skip to content

Commit

Permalink
fix: updateMessages func not running when after hitting a system message
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Sep 7, 2024
1 parent 6194e99 commit 50d6e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/js/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ChatWindow extends EventEmitter {
}

if (message.user?.isSystem()) {
return;
continue;
}

const username = message.user?.username;
Expand Down

0 comments on commit 50d6e77

Please sign in to comment.