1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* 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:
SirStendec 2020-11-15 17:33:55 -05:00
parent 32859318b2
commit c97928fbb7
8 changed files with 164 additions and 44 deletions

View file

@ -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) {