ChatIS icon indicating copy to clipboard operation
ChatIS copied to clipboard

Personal 7tv emotes apply to all messages

Open IS2511 opened this issue 11 months ago • 1 comments

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.

IS2511 avatar Nov 17 '24 08:11 IS2511