1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-23 06:20:54 +00:00
* Added: Setting to force the use of legacy audio API constructors for browsers with compatibility issues.
* Changed: Add support for Twitch's inline chat highlights.
This commit is contained in:
SirStendec 2022-05-05 13:41:49 -04:00
parent 4b5827f98b
commit 0b43b2f573
3 changed files with 25 additions and 1 deletions

View file

@ -742,6 +742,7 @@ other {# messages were deleted by a moderator.}
const user_bits = [
t.actions.renderInline(msg, this.props.showModerationIcons, u, r, e),
this.renderInlineHighlight ? this.renderInlineHighlight() : null,
e('span', {
className: 'chat-line__message--badges'
}, t.chat.badges.render(msg, e)),