Skip to content

Commit

Permalink
Add powerups to the activity feed example
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored Jul 4, 2024
1 parent e25d2ab commit 2473799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eventsub/websockets/web/activity_feed/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ function runLineMessage({ payload }) {
title_of_event = 'Highlighted';
case 'user_intro':
title_of_event = 'User Intro';
case 'power_ups_gigantified_emote':
title_of_event = 'Big Emote';
case 'power_ups_message_effect':
title_of_event = 'Pretty Chat';
default:
if (channel_points_custom_reward_id) {
title_of_event = 'ChannelPoints';
Expand Down

0 comments on commit 2473799

Please sign in to comment.