Skip to content
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

Add isRedeem and isHighlight fields to TwitchPrivateMessage #305

Closed
crutchcorn opened this issue Oct 29, 2021 · 2 comments · Fixed by #307
Closed

Add isRedeem and isHighlight fields to TwitchPrivateMessage #305

crutchcorn opened this issue Oct 29, 2021 · 2 comments · Fixed by #307
Labels

Comments

@crutchcorn
Copy link
Contributor

Feature Request

I have an app that I would like to show both messages and redemptions on. However, I don't want to show the redeems (even those with messages) inline alongside the chat messages.

To help with that, it would be nice to have a msg.isRedeem field. Likewise, I want to treat a "highlighted message" (a built-in redeem that's got different identifying tags) as a redeem as well. As such, it'd be helpful to have a msg.isHighlighted field too

I have a PR that would be ready-to-go if this feature idea is approved

@d-fischer
Copy link
Member

Seems fine to me, although I'd prefer the first one to be named isRedemption.

@crutchcorn
Copy link
Contributor Author

Awesome, PR opened - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants