Fix styling of channel point reward message text. (#1845)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Jonas Schmitt
2020-08-09 11:50:53 +02:00
committed by GitHub
parent 73f7786522
commit 58725efbd5
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@ enum class MessageElementFlag {
BttvEmote = BttvEmoteImage | BttvEmoteText,
ChannelPointReward = (1 << 8),
ChannelPointRewardImage = ChannelPointReward | TwitchEmoteImage,
FfzEmoteImage = (1 << 10),
FfzEmoteText = (1 << 11),