mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 06:10:54 +00:00
3.5.320. Fix a bunch of stuff. Remove auto-pause hosts because Twitch made it impossible to implement to the best of my knowledge. Closes #34. Closes #32. Closes #23. Closes #21. Closes #10.
This commit is contained in:
parent
9ddfabb1b1
commit
dca6f0f103
13 changed files with 243 additions and 280 deletions
|
@ -961,6 +961,11 @@ FFZ.prototype._modify_chat_subline = function(component) {
|
|||
this.ffzRender();
|
||||
},
|
||||
|
||||
ffz_update: function() {
|
||||
this.set('msgObject._line', this);
|
||||
this.ffzRender();
|
||||
},
|
||||
|
||||
willClearRender: function() {
|
||||
this.set('msgObject._line', null);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue