mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
3.5.511. Misc Twitch fixes. Add setting to disable custom mod badges. Add API event for highlighted messages. Allow API to remove chat messages.
This commit is contained in:
parent
81040f1608
commit
aa4f999c29
18 changed files with 689 additions and 453 deletions
|
@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 502,
|
||||
major: 3, minor: 5, revision: 511,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
@ -605,7 +605,8 @@ FFZ.prototype.init_ember = function(delay) {
|
|||
this.cache_command_aliases();
|
||||
this.fix_tooltips();
|
||||
this.fix_scroll();
|
||||
this.connect_extra_chat();
|
||||
|
||||
setTimeout(this.connect_extra_chat.bind(this), 250);
|
||||
|
||||
this.setup_message_event();
|
||||
this.find_bttv(10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue