1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 06:40:54 +00:00
* Fixed: Current channel detection, both on channel pages and on mod view. (Closes #1099)
* Fixed: Clicking the stream latency metadata not toggling the video stats display.
* Fixed: Portrait mode not correctly positioning page content, notably breaking portrait mode with chat on top.
* Fixed: Whisper messages not rendering correctly and logging error messages.
* Fixed: Clip messages not rendering correctly and logging error messages, on the clips subdomain.
* Fixed: Use `/3.0` URLs for Twitch's emote CDN rather than `/4.0` to prevent 404 errors. Kappa will look smaller to some users, but it's a price I'm willing to pay and entirely Twitch's fault anyways.
* Fixed: Volume control not being hidden when gain control has replaced the default volume control.
This commit is contained in:
SirStendec 2021-08-16 17:23:12 -04:00
parent c8bb667c53
commit 207fda2b36
10 changed files with 40 additions and 16 deletions

View file

@ -1429,7 +1429,7 @@ export default class Chat extends Module {
offset = is_action ? 4 : 0,
out = msg._ffz_message = {
user: msg.from,
user: {...msg.from}, // Apollo seals this~
message: msg.content.slice(offset),
is_action,
ffz_emotes: emotes,