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 support FrankerFaceZ badges. #2101
Conversation
- introduce badge provider, - (sadly) refactor `MessageElementFlag`s to be `int64_t` instead of `int`, - introduce `MessageElementFlag::BadgeFfz`, - introduce showBadgesFfz (`/appearance/badges/ffz`) setting, default is true, - introduce checkbox for showBadgesFfz,
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.
@ALazyMeme solved in f0231d0 |
@pajlada, could you please review this PR? 🙂 |
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.
Looks good from a quick review, will test in weekend
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.
Just based on the functionality alone, this works fine.
@pajlada, 🔔 suggestions done, merge conflicts resolved. It's ready to merge. 🙂 |
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
Add support for FrankerFaceZ badges, partially solving #1658 (issue requested BTTV too).
Changes
MessageElementFlag
s to beint64_t
instead ofint
as there wasn't space for a new flag there,MessageElementFlag::BadgeFfz
,/appearance/badges/ffz
) setting, default is true,showBadgesFfz
setting,