Skip to content

Commit

Permalink
Changed source host for Twitch integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lewis authored Apr 29, 2021
1 parent a5be34d commit 9b99e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/twitchChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const onMessage = async (channel, tags, message, self) => {
},
identity: {
source: 'Twitch',
source_host: `https://twitch.tv/${channel}`,
source_host: `twitch.tv`,
username: tags.username,
url: `https://twitch.tv/${tags.username}`
}
Expand All @@ -107,7 +107,7 @@ const onBan = async (channel, username, reason, userstate) => {
},
identity: {
source: 'Twitch',
source_host: `https://twitch.tv/${channel}`,
source_host: `twitch.tv`,
username: username
},
member: {
Expand Down

0 comments on commit 9b99e0d

Please sign in to comment.