mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-01 10:50:56 +00:00
Fix chat lines where you've been mentioned.
This commit is contained in:
parent
2e5fe7f177
commit
f66069798d
3 changed files with 8 additions and 9 deletions
|
@ -161,7 +161,7 @@ export default class ChatLine extends Module {
|
|||
return null;
|
||||
|
||||
return e('div', {
|
||||
className: `${cls}${msg.mentioned ? 'ffz-mentioned' : ''}`,
|
||||
className: `${cls}${msg.mentioned ? ' ffz-mentioned' : ''}`,
|
||||
'data-room-id': this.props.channelID,
|
||||
'data-room': room,
|
||||
'data-user-id': user.userID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue