From 82878522dba08b25f4fd00139f42ea463d3cf9b0 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 12 Jan 2022 14:35:38 -0500 Subject: [PATCH] 4.31.6 * Fixed: Chat crashing due to Twitch's new introduction feature. This is currently done with a patch that converts such messages to the old style 'First Time Chat'. * Changed: The rich embed testing tool now supports automatic refresh when using a local development server. --- package.json | 2 +- .../main_menu/components/link-tester.vue | 48 +++++++++++++++++-- .../twitch-twilight/modules/chat/index.js | 33 +++++++++++++ .../twitch-twilight/modules/chat/input.jsx | 2 +- 4 files changed, 78 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b1e21012..5e841d08 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.31.5", + "version": "4.31.6", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/modules/main_menu/components/link-tester.vue b/src/modules/main_menu/components/link-tester.vue index 4ca1bcb9..2ae6dde4 100644 --- a/src/modules/main_menu/components/link-tester.vue +++ b/src/modules/main_menu/components/link-tester.vue @@ -91,6 +91,8 @@