Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate /chatters commands to use Helix api #4088
Migrate /chatters commands to use Helix api #4088
Changes from 20 commits
ade2972
b230adc
8ecb341
efe0414
abe1c6e
c7a7e2a
bd080b1
bca041d
90dacda
6ba0a2e
59b2e38
b1c8a0d
5a82905
af55ed5
e934078
6c28042
61707aa
03e503b
fc268df
cb74b28
f3059b4
9085b29
7e16257
e271460
c0618c8
2cbde99
559da26
f6cce29
58c18fe
7e03bdc
817187e
d2069c4
9d44cb2
a3aed80
0f61ea8
4e868a0
8c710be
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: repeated branch in conditional chain [bugprone-branch-clone]
src/providers/twitch/api/Helix.cpp:2050: end of the original
src/providers/twitch/api/Helix.cpp:2052: clone 1 starts here
src/providers/twitch/api/Helix.cpp:2056: clone 2 starts here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: method 'getChatters' can be made static [readability-convert-member-functions-to-static]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: the parameter 'broadcasterID' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: the parameter 'moderatorID' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'successCallback' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'failureCallback' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: 'auto chatterList' can be declared as 'auto *chatterList' [llvm-qualified-auto]