1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 15:38:31 +00:00

4.0.0-rc13.16

* Added: Option to display rich embeds in chat for all links and not just those to Twitch Clips and Videos. (Closes #554)
* Added: Option to only display rich embeds for links posted by users of a certain level. (Broadcaster, VIP, etc.)
* Fixed: Implement logic for determining if embedded chat is dark or not, since embedded chat is a special snowflake. (Closes #557)
* Fixed: Emote Alignment setting broke due to DOM changes in last update. (Closes #555)
This commit is contained in:
SirStendec 2018-12-13 15:21:57 -05:00
parent 9117ac89d2
commit d0789481fa
12 changed files with 375 additions and 245 deletions

View file

@ -206,6 +206,7 @@ Twilight.ROUTES = {
'prime': '/prime',
'turbo': '/turbo',
'user': '/:userName',
'embed-chat': '/embed/:userName/chat'
}