1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 06:10:54 +00:00

3.5.361. Fix VOD chat.

This commit is contained in:
SirStendec 2016-11-02 01:22:23 -04:00
parent c8a7d65732
commit e1538fe672
5 changed files with 26 additions and 13 deletions

View file

@ -678,7 +678,7 @@ FFZ.prototype.setup_line = function() {
this.toggle_style('chat-hc-background', this.settings.high_contrast_chat[0] === '1');
this.update_views('component:vod-chat-line', this._modify_vod_line);
this.update_views('component:video/rechat/chat-message', this._modify_vod_line);
this.update_views('component:chat/message-line', this._modify_chat_subline);
this.update_views('component:chat/whisper-line', this._modify_chat_subline);