mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 23:18:31 +00:00
4.17.13
* Changed: Replace a few unnecessary menu components that only display markdown with a generic component. * Changed: Initial work for letting users override display names and user colors in chat. * Changed: The FFZ menu button no longer depends on add-ons being loaded to load itself. * Fixed: Rendering of highlighted messages in Chat on Videos. * Fixed: Featured channels menu not working when a bad channel is in the list.
This commit is contained in:
parent
c91822cdc9
commit
3cbe4ee2fc
19 changed files with 284 additions and 228 deletions
|
@ -13,6 +13,7 @@ import {timeout, has, glob_to_regex, escape_regex, split_chars} from 'utilities/
|
|||
import Badges from './badges';
|
||||
import Emotes from './emotes';
|
||||
import Emoji from './emoji';
|
||||
import Overrides from './overrides';
|
||||
|
||||
import Room from './room';
|
||||
import User from './user';
|
||||
|
@ -40,6 +41,7 @@ export default class Chat extends Module {
|
|||
this.inject(Emotes);
|
||||
this.inject(Emoji);
|
||||
this.inject(Actions);
|
||||
this.inject(Overrides);
|
||||
|
||||
this._link_info = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue