TwelveIterationMods / ChatTweaks

Minecraft Mod. Emoticons, Image Preview, Tabs and Filters. Client-side only.
https://mods.twelveiterations.com/mc/chat-tweaks/
MIT License
18 stars 10 forks source link

Twitch API fix and performance increase when disabling subscriber emotes #73

Closed YuRaNnNzZZ closed 4 years ago

YuRaNnNzZZ commented 4 years ago

Both TwitchEmotes sets and Twitch emotes jsons are ~250 MB combined and the sets json is still being loaded when subscriber emotes are disabled

Adding a check for subscriber emotes config to sets loading dropped emotes loading time from ~2 minutes to 6 seconds.

Also an important thing: please renew or change your Client ID because it's not working right now (i've used a random ID for testing found in github)

and Kraken API was complaining about invalid version, adding api_version=5 in the URL solved the issue