mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-14 14:10:26 -04:00
Update To Given Patch
This commit is contained in:
parent
1f3eb2e61a
commit
2c862e60f2
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ export default definePlugin({
|
||||||
authors: [Devs.Joona],
|
authors: [Devs.Joona],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: 'logger.error("Connect called',
|
find: ".identifyStartTime));",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /case 12:this.emit\("video",(\i\.user_id).+?;/,
|
match: /\i\.self_video\|\|!1/g,
|
||||||
replace: '$&findByProps("setDisableLocalVideo").setDisableLocalVideo($1, "DISABLED");'
|
replace: "false"
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue