From 7b5476e1b94a377ac27005f03190721690dbefca Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Wed, 23 Apr 2025 20:47:02 -0300 Subject: [PATCH] Update app-mockup.js --- js/app-mockup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/app-mockup.js b/js/app-mockup.js index 5bc8461..6a38eda 100644 --- a/js/app-mockup.js +++ b/js/app-mockup.js @@ -186,14 +186,17 @@ const mockData = { function generateMockEvent() { const eventTypes = [ 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', + 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-follow', 'twitch-bits', 'twitch-sub', 'twitch-resub', 'twitch-giftsub', 'twitch-giftbomb', 'twitch-raid', 'twitch-announcement', 'twitch-reward', 'twitch-gigantifyemote', + 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-superchat', 'youtube-supersticker', 'youtube-newsponsor', 'youtube-membermilestone', 'youtube-membergift', + 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-follow', 'tiktok-sub', 'tiktok-gift', @@ -682,4 +685,4 @@ function randomString(length) { function randomColor() { const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)"; return randomColor; -} \ No newline at end of file +}