You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The highlight messages don't seem to be working in the pre-release 1.50.0 for me.
Was originally added way back here: #19
Testing at 1:33 into this VOD are the below results. 1553966638_example.json.txt
What I see in 1.50.0 (the text seems to go out of bounds also):
What I see in 1.40.7:
The message has the correct notice param:
"user_notice_params":{"msg-id":"resub"}
The text was updated successfully, but these errors were encountered:
Yeah, kinda forgot about it when rewriting the rendering code.
Added it back now and fixed it. Looks like the twitch chat API is no longer letting us know when it's a sub message though with the v5 API, and in the new GQL query they're using it doesn't tell us anything either.
I just guess if it's a sub message now since the API is no longer telling us. I still have to double check if it tells us if it's a highlighted message. If they're not telling us it's a sub message anymore I doubt it though.
//If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck
if(comment.message.body.StartsWith(comment.commenter.display_name+" subscribed at Tier")||comment.message.body.StartsWith(comment.commenter.display_name+" subscribed with Prime"))
Checklist
Describe your issue here
The highlight messages don't seem to be working in the pre-release 1.50.0 for me.
Was originally added way back here: #19
Testing at 1:33 into this VOD are the below results.
1553966638_example.json.txt
What I see in 1.50.0 (the text seems to go out of bounds also):
What I see in 1.40.7:
The message has the correct notice param:
The text was updated successfully, but these errors were encountered: