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
Personal emotes should be stored separately from chat emotes. Right now when personal 7tv emotes are loaded, they are loaded into the global store of all emotes (basically a KV map [emote_name] = emote_data). Personal emotes should be stored per-user, probably something like [username][emote_name] = emote_data.
The text was updated successfully, but these errors were encountered:
IS2511
added
bug
Something isn't working
v2
Not related to code in this repo (v3). See IS2511/ChatIS-v2
P-medium
Medium priority
labels
Nov 17, 2024
Personal emotes should be stored separately from chat emotes. Right now when personal 7tv emotes are loaded, they are loaded into the global store of all emotes (basically a KV map
[emote_name] = emote_data
). Personal emotes should be stored per-user, probably something like[username][emote_name] = emote_data
.The text was updated successfully, but these errors were encountered: