mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.72.4
* 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:
parent
e2e315d702
commit
12aa0f2221
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.72.3",
|
"version": "4.72.4",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
@ -254,6 +254,12 @@ Twilight.KNOWN_MODULES = {
|
||||||
return n.w9;
|
return n.w9;
|
||||||
},
|
},
|
||||||
highlightstack: n => {
|
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) )
|
if ( has(n.b, CALCULATE_BITS) && has(n.c, CALCULATE_BITS) )
|
||||||
return {
|
return {
|
||||||
stack: n.b,
|
stack: n.b,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue