From febd7da7c6b05ff12d5ff1b6738a388e3088daa4 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 17 Jul 2025 15:18:26 -0400 Subject: [PATCH] 4.77.10 * Fixed: Additional fixes for the issue with chat disappearing. --- package.json | 2 +- src/sites/twitch-twilight/modules/chat/index.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cc39383a..8654263c 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.77.9", + "version": "4.77.10", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/sites/twitch-twilight/modules/chat/index.js b/src/sites/twitch-twilight/modules/chat/index.js index 6f48cb48..ff5a166b 100644 --- a/src/sites/twitch-twilight/modules/chat/index.js +++ b/src/sites/twitch-twilight/modules/chat/index.js @@ -3214,7 +3214,8 @@ export default class ChatHook extends Module { mystery = mysteries[key] = { recipients: [], size: e.massGiftCount, - expires: Date.now() + 30000 + expires: Date.now() + 30000, + toJSON: () => null }; } @@ -3253,7 +3254,8 @@ export default class ChatHook extends Module { mystery = mysteries[key] = { recipients: [], size: e.massGiftCount, - expires: Date.now() + 30000 + expires: Date.now() + 30000, + toJSON: () => null }; }