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:
parent
ab8904a626
commit
127184f997
5 changed files with 20 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue