mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
3.5.312. Closes #20
This commit is contained in:
parent
26a55b169f
commit
d12277776e
3 changed files with 7 additions and 2 deletions
|
@ -903,7 +903,7 @@ FFZ.prototype._modify_chat_line = function(component, is_vod) {
|
|||
if ( this.get('ffzShouldRenderMessageBody') ) {
|
||||
output += this.buildSenderHTML();
|
||||
output += this.get('msgObject.deleted') ?
|
||||
this.buildDeletedMesageHTML() : this.buildMessageHTML();
|
||||
this.buildDeletedMessageHTML() : this.buildMessageHTML();
|
||||
}
|
||||
|
||||
el.innerHTML = output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue