TwitchDownloader icon indicating copy to clipboard operation
TwitchDownloader copied to clipboard

Subscriber Notifications / Highlights

Open goldbattle opened this issue 3 years ago • 1 comments

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: https://github.com/lay295/TwitchDownloader/issues/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): image

What I see in 1.40.7: image

The message has the correct notice param:

"user_notice_params":{"msg-id":"resub"}

goldbattle avatar Aug 14 '22 02:08 goldbattle

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.

image

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.

https://github.com/lay295/TwitchDownloader/blob/59741ffad607fea3b49eadc279ccbd70200c9ffa/TwitchDownloaderCore/ChatRenderer.cs#L386-L393

image

lay295 avatar Oct 24 '22 07:10 lay295