From 475c2bb7df1bb11382ba267964d7cdb72bb9c5da Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Fri, 23 May 2025 19:34:07 -0300 Subject: [PATCH] Update app-mockup.js --- js/app-mockup.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/js/app-mockup.js b/js/app-mockup.js index da620b6..5e7a0d6 100644 --- a/js/app-mockup.js +++ b/js/app-mockup.js @@ -198,6 +198,8 @@ 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-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', @@ -267,6 +269,9 @@ function generateMockEvent() { firstMessage: firstMessage, badges: badgeschosen, }, + user: { + role: 1 + }, messageId: messageId, }; @@ -1009,4 +1014,4 @@ function randomString(length) { function randomColor() { const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)"; return randomColor; -} \ No newline at end of file +}