BatedUrGonnaDie / glitchify

Tweaks for the official twitch.tv android app
https://forum.xda-developers.com/xposed/modules/mod-glitchify-tweaks-additions-official-t3483569
MIT License
34 stars 5 forks source link

BTTV shared emotes not working #17

Closed holysnipz closed 4 years ago

holysnipz commented 4 years ago

in the latest commit (03887a), you only parse the channel emotes which is self-uploaded emotes JSONArray roomEmotesArray = roomEmotes.getJSONArray("channelEmotes");

while the majority using 'shared emotes' which you forgot to parse or something


sorry for my crappy handwriting, but this maybe easier to understand: image

https://api.betterttv.net/3/cached/users/twitch/30816637

BatedUrGonnaDie commented 4 years ago

I'm not gonna lie, I didn't even scroll down in the JSON to realize that there was another key with emotes.