Skip to content

Commit

Permalink
move channel.chat_settings.update to v1 from beta
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored May 2, 2024
1 parent 912e70b commit 6e2b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsub/websockets/web/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
'channel.chat.notification': { version: "1", condition: { broadcaster_user_id, user_id } },
'channel.chat.message': { version: "1", condition: { broadcaster_user_id, user_id } },

'channel.chat_settings.update': { version: "beta", condition: { broadcaster_user_id, user_id } }
'channel.chat_settings.update': { version: "1", condition: { broadcaster_user_id, user_id } }
}

log(`Spawn Topics for ${user_id}`);
Expand Down

0 comments on commit 6e2b16b

Please sign in to comment.