abrowne2 / StreamFeel

Twitch chat analytics; filter garbage, see what people are feeling, and more using natural language processing.
MIT License
8 stars 1 forks source link

Fix message popping #7

Closed abrowne2 closed 7 years ago

abrowne2 commented 7 years ago

If the chat is moving very fast, messages that are deemed relevant will be popped off the DOM automatically by Ember.JS (normal twitch). This can be fixed by adding a "copy" of the message to the DOM, only removing it after an arbitrary time interval.