Skip to content

Commit

Permalink
fix: populate new broadcast properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Dec 11, 2023
1 parent 8f95f09 commit 9d0f50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/chat/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ class Chat {
MessageTypes.GIFTSUB,
MessageTypes.MASSGIFT,
MessageTypes.DONATION,
MessageTypes.BROADCAST,
].includes(message.type)
) {
// check if message is `/me `
Expand Down

0 comments on commit 9d0f50e

Please sign in to comment.