mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 15:20:55 +00:00
4.28.3
* Fixed: Issue rendering Twitch badges for some users. * Fixed: The FFZ Emote Menu icon not replacing the default emote menu icon.
This commit is contained in:
parent
e63157a412
commit
c8bb667c53
5 changed files with 9 additions and 10 deletions
|
@ -446,9 +446,7 @@ export default class Room {
|
|||
__cat: getBadgeCategory(sid)
|
||||
};
|
||||
|
||||
fixBadgeData(data);
|
||||
|
||||
bs[data.version] = data;
|
||||
bs[data.version] = fixBadgeData(data);
|
||||
this.badge_count++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue