mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-23 06:20:54 +00:00
4.33.4
* 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:
parent
4b5827f98b
commit
0b43b2f573
3 changed files with 25 additions and 1 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue