mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.20.49
* Added: Override the "Identity" rendering in Twitch's chat settings menu to apply FFZ badge settings and name color correction. * Added: Insert a "FrankerFaceZ Badge" section within the "Identity" editor. Currently, this only directs users to the website to change their badge. * Fixed: Bugs with corrupt settings causing the emote menu not to function correctly for certain users. * Changed: Rename `Twitch Prime` to `Prime Gaming` in several strings. * Changed: Disable the API stress testing experiment ahead of the server maintenance tomorrow.
This commit is contained in:
parent
32859318b2
commit
c97928fbb7
8 changed files with 164 additions and 44 deletions
|
@ -228,7 +228,7 @@ export default class Emotes extends Module {
|
|||
}
|
||||
|
||||
getHidden(source) {
|
||||
return this.settings.provider.get(`hidden-emotes.${source}`, []);
|
||||
return this.settings.provider.get(`hidden-emotes.${source}`) || [];
|
||||
}
|
||||
|
||||
setHidden(source, list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue