mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
4.0.0-rc12.20
* Fixed: Twitch modified the `chat-service` component, requiring a detection update.
This commit is contained in:
parent
112fde0f4b
commit
d8cdbb405f
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ export default class ChatHook extends Module {
|
|||
|
||||
this.ChatService = this.fine.define(
|
||||
'chat-service',
|
||||
n => n.join && n.part && n.connectHandlers,
|
||||
n => n.join && n.connectHandlers,
|
||||
Twilight.CHAT_ROUTES
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue