Glodenox / twitch-chat-monitor

Twitch Chat Monitor that allows the chat to be shown comfortably on a big monitor. Useful for room-scale streaming where the chat needs to be readable from a distance.
37 stars 9 forks source link

Delete messages that were deleted by moderators #16

Closed Glodenox closed 4 years ago

Glodenox commented 4 years ago

Whenever we receive a messagedeleted event, also replace this message with a "" notice. We can simply give the message the ID provided by Twitch and then look it up with document.getElementById() to replace it.