1
0
Fork 0
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:
SirStendec 2018-02-01 16:39:24 -05:00
parent 9e1ba06eef
commit 5429f4d329
3 changed files with 136 additions and 58 deletions

View file

@ -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
}