We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609a069 commit 8bba8f3Copy full SHA for 8bba8f3
Fritz.Twitch/PubSub/Proxy.cs
@@ -143,7 +143,7 @@ private async Task StartListening(IEnumerable<TwitchTopic> topics) {
143
144
var message = new PubSubListen {
145
data = new PubSubListen.PubSubListenData {
146
- auth_token = _Configuration.OAuthToken,
+ auth_token = _Configuration.PubSubAuthToken,
147
topics = topics.Select(t => t.TopicString).ToArray()
148
}
149
};
0 commit comments