mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix 2 broken patches
This commit is contained in:
parent
4d64d23021
commit
081bacd190
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ export default definePlugin({
|
|||
},
|
||||
// Set Krisp to not supported
|
||||
{
|
||||
find: "\"shouldSkipMuteUnmuteSound\"",
|
||||
find: "isNoiseCancellationSupported(){",
|
||||
replacement: {
|
||||
match: /isNoiseCancellationSupported\(\)\{/,
|
||||
replace: "$&return false;"
|
||||
|
|
|
@ -48,7 +48,7 @@ export default definePlugin({
|
|||
},
|
||||
},
|
||||
{
|
||||
find: ".METRICS,",
|
||||
find: ".METRICS_V2,",
|
||||
replacement: [
|
||||
{
|
||||
match: /this\._intervalId=/,
|
||||
|
|
Loading…
Reference in a new issue