Skip to content

Commit

Permalink
Re-include the deprecated chat_login scope
Browse files Browse the repository at this point in the history
  • Loading branch information
huntrar committed Aug 15, 2019
1 parent 6f7d6b5 commit 20edbc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/twitch/twitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ const (
// ScopeViewingActivityRead provides access to turn on Viewer Heartbeat
// Service ability to record user data.
ScopeViewingActivityRead string = "viewing_activity_read"
// ScopeChatLogin (Deprecated — cannot be requested by new clients.) Log
// into chat and send messages.
ScopeChatLogin string = "chat_login"
)

// New creates a new Twitch provider, and sets up important connection details.
Expand Down

0 comments on commit 20edbc1

Please sign in to comment.