mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
Updates
This commit is contained in:
parent
102851558d
commit
0c67c597f0
3 changed files with 8 additions and 7 deletions
|
@ -128,7 +128,6 @@ function patchPush(webpackGlobal: any) {
|
|||
// being applied multiple times.
|
||||
// Thus, override bind to use the original push
|
||||
handlePush.bind = (...args: unknown[]) => handlePush.$$vencordOriginal.bind(...args);
|
||||
handlePush.toString = handlePush.$$vencordOriginal.toString.bind(handlePush.$$vencordOriginal);
|
||||
|
||||
Object.defineProperty(webpackGlobal, "push", {
|
||||
configurable: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue