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 +}