mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05: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],
|
||||
patches: [
|
||||
{
|
||||
find: 'logger.error("Connect called',
|
||||
find: ".identifyStartTime));",
|
||||
replacement: {
|
||||
match: /case 12:this.emit\("video",(\i\.user_id).+?;/,
|
||||
replace: '$&findByProps("setDisableLocalVideo").setDisableLocalVideo($1, "DISABLED");'
|
||||
}
|
||||
match: /\i\.self_video\|\|!1/g,
|
||||
replace: "false"
|
||||
},
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue