1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00

Fix updateContext. Change the colors used to make chat names readable. Fix /me actions in chat. Fix socket.ping()

This commit is contained in:
SirStendec 2017-11-20 16:59:52 -05:00
parent ab8904a626
commit 127184f997
5 changed files with 20 additions and 11 deletions

View file

@ -53,7 +53,7 @@ export default class ChatLine extends Module {
cls.prototype.render = function() {
const types = t.chat.chatTypes || {},
const types = t.parent.chatTypes || {},
msg = this.props.message,
is_action = msg.type === types.Action,