-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Show follower emotes outside of channel if you're a subscriber #4281
Show follower emotes outside of channel if you're a subscriber #4281
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
df17947
to
733ae24
Compare
clang-tidy review says "All clean, LGTM! 👍" |
4 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
0bdaf28
to
41d3139
Compare
clang-tidy review says "All clean, LGTM! 👍" |
41d3139
to
e47b675
Compare
clang-tidy review says "All clean, LGTM! 👍" |
fe70ffd
to
1bf4341
Compare
clang-tidy review says "All clean, LGTM! 👍" |
@@ -44,6 +44,9 @@ class IgnorePhrase | |||
|
|||
const std::unordered_map<EmoteName, EmotePtr> &getEmotes() const; | |||
|
|||
/** | |||
* @brief containsEmote returns true if the ignored phrase replacement string contains a Twitch emotes |
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.
I feel like there it should either be contains Twitch emotes
or contains a Twitch emote
because it seems like it is mixed singular and plural.
clang-tidy review says "All clean, LGTM! 👍" |
c26d0eb
to
99d2ce1
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
f4c71da
to
920b997
Compare
clang-tidy review says "All clean, LGTM! 👍" |
920b997
to
b44e308
Compare
clang-tidy review says "All clean, LGTM! 👍" |
Is this draft dead or abandoned, or just stale? I don't know C++ so I can't personally help, so I'm just giving this a bump. |
It's stale because he's been very busy and this code |
Superseded by #4922 |
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription