1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00
* Fixed: The community stack component changing internally, needing us to add a new rule to locate it. The community stack integration handles hiding things like hype trains, pinned messages, etc. at the top of chat.
This commit is contained in:
SirStendec 2024-07-30 16:57:44 -04:00
parent e2e315d702
commit 12aa0f2221
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "frankerfacez",
"author": "Dan Salvato LLC",
"version": "4.72.3",
"version": "4.72.4",
"description": "FrankerFaceZ is a Twitch enhancement suite.",
"private": true,
"license": "Apache-2.0",

View file

@ -254,6 +254,12 @@ Twilight.KNOWN_MODULES = {
return n.w9;
},
highlightstack: n => {
if ( has(n['g$']?._currentValue, 'highlights') && typeof n.SP?._currentValue === 'function' )
return {
stack: n['g$'],
dispatch: n.SP
};
if ( has(n.b, CALCULATE_BITS) && has(n.c, CALCULATE_BITS) )
return {
stack: n.b,