1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 23:00:54 +00:00
* Added: Support for Follower Emotes in the emote menu as well as tool-tips. (Closes #1071)
* Fixed: The emote menu recalculating cached state unnecessarily due to Twitch unnecessarily recreating identical data structures.
* Fixed: Hiding Unfollow buttons. (Closes #1070)
This commit is contained in:
SirStendec 2021-06-30 15:51:37 -04:00
parent 3fbf6ed961
commit fc5b33a904
9 changed files with 145 additions and 32 deletions

View file

@ -183,5 +183,6 @@ export const EmoteTypes = make_enum(
'Subscription',
'BitsTier',
'Global',
'TwoFactor'
'TwoFactor',
'Follower'
);