mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-28 21:48:31 +00:00
More fixes for the Apollo update. It still has issues with ensuring queries are re-fetched properly, but it is at least modifying queries and doing what it's supposed to.
This commit is contained in:
parent
9e1ba06eef
commit
5429f4d329
3 changed files with 136 additions and 58 deletions
|
@ -92,7 +92,8 @@ Twilight.KNOWN_MODULES = {
|
|||
simplebar: n => n.globalObserver && n.initDOMLoadedElements,
|
||||
react: n => n.Component && n.createElement,
|
||||
'extension-service': n => n.extensionService,
|
||||
'chat-types': n => n.a && n.a.PostWithMention
|
||||
'chat-types': n => n.a && n.a.PostWithMention,
|
||||
'gql-printer': n => n !== window && n.print
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue