Skip to content

Commit

Permalink
BETA AINT BETA NOW
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Nov 16, 2023
1 parent bbba47a commit a4d286c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eventsub/websockets/web/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@

function requestHooks(broadcaster_user_id, user_id) {
let topics = {
'channel.chat.clear': { version: "beta", condition: { broadcaster_user_id, user_id } },
'channel.chat.clear_user_messages': { version: "beta", condition: { broadcaster_user_id, user_id } },
'channel.chat.message_delete': { version: "beta", condition: { broadcaster_user_id, user_id } },
'channel.chat.notification': { version: "beta", condition: { broadcaster_user_id, user_id } }
'channel.chat.clear': { version: "1", condition: { broadcaster_user_id, user_id } },
'channel.chat.clear_user_messages': { version: "1", condition: { broadcaster_user_id, user_id } },
'channel.chat.message_delete': { version: "1", condition: { broadcaster_user_id, user_id } },
'channel.chat.notification': { version: "1", condition: { broadcaster_user_id, user_id } }
}

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

0 comments on commit a4d286c

Please sign in to comment.