Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personal 7tv emotes apply to all messages #32

Open
IS2511 opened this issue Nov 17, 2024 · 0 comments
Open

Personal 7tv emotes apply to all messages #32

IS2511 opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working P-medium Medium priority v2 Not related to code in this repo (v3). See IS2511/ChatIS-v2

Comments

@IS2511
Copy link
Owner

IS2511 commented 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.

@IS2511 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P-medium Medium priority v2 Not related to code in this repo (v3). See IS2511/ChatIS-v2
Projects
None yet
Development

No branches or pull requests

1 participant