1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-29 05:58:30 +00:00

4.0.0-rc11

* Added "Chat > Behavior > Deleted Message Style" setting to customize how deleted messages appear when set to always be visible.
* Added "Chat > Filtering > Filter your own messages." setting to control whether or not your own chat messages are filtered. Defaults to disabled.
* Fixed: Channel Hosting, via better detection of new vs old channel component style.
This commit is contained in:
SirStendec 2018-08-02 14:29:18 -04:00
parent 25069e1298
commit 089bc6d715
9 changed files with 54 additions and 18 deletions

View file

@ -62,7 +62,7 @@ export default class MainMenu extends Module {
if ( version === window.FrankerFaceZ.version_info.commit )
return;
this.log.info('New Version Available', version);
this.log.info('New Version:', version);
this.has_update = true;
const mb = this.resolve('site.menu_button');