Skip to content

Commit

Permalink
Update authentication comment on following topic
Browse files Browse the repository at this point in the history
  • Loading branch information
occluder committed Dec 17, 2023
1 parent 20233d5 commit f6dd7ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MiniTwitch.PubSub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# MiniTwitch.PubSub Changelog

## Upcoming version

### Fixes

- Updated authentication comment for `following.{id}` topic
2 changes: 1 addition & 1 deletion MiniTwitch.PubSub/Models/Topics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static class Topics
/// <list type="bullet">
/// <item><see cref="PubSubClient.OnFollow"/></item>
/// </list>
/// Authentication: No authentication required
/// Authentication: Access token with the scope <c>moderator:read:followers</c>
/// </summary>
/// <param name="channelId">ID of the channel to observe the events in</param>
/// <param name="overrideToken">Optional: An access token to override the provided token in <see cref="PubSubClient"/></param>
Expand Down

0 comments on commit f6dd7ef

Please sign in to comment.