Skip to content

Commit

Permalink
missing break....
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Jul 4, 2024
1 parent 2473799 commit 67a6842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eventsub/websockets/web/activity_feed/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,19 @@ function runLineMessage({ payload }) {
switch (message_type) {
case 'channel_points_sub_only':
title_of_event = 'SubOnly Message';
break;
case 'channel_points_highlighted':
title_of_event = 'Highlighted';
break;
case 'user_intro':
title_of_event = 'User Intro';
break;
case 'power_ups_gigantified_emote':
title_of_event = 'Big Emote';
break;
case 'power_ups_message_effect':
title_of_event = 'Pretty Chat';
break;
default:
if (channel_points_custom_reward_id) {
title_of_event = 'ChannelPoints';
Expand Down

0 comments on commit 67a6842

Please sign in to comment.