mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-01 19:00:56 +00:00
Fix rendering of chat action messages. (msg.type is now msg.messageType because Twitch). Remove debug logging from channel_bar.
This commit is contained in:
parent
eb967e115f
commit
f2479495ce
3 changed files with 2 additions and 3 deletions
|
@ -69,7 +69,7 @@ export default class ChatLine extends Module {
|
|||
const types = t.parent.chat_types || {},
|
||||
|
||||
msg = this.props.message,
|
||||
is_action = msg.type === types.Action;
|
||||
is_action = msg.messageType === types.Action;
|
||||
|
||||
if ( msg.content && ! msg.message )
|
||||
msg.message = msg.content.text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue