mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-12 07:44:26 -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
|
// Set Krisp to not supported
|
||||||
{
|
{
|
||||||
find: "\"shouldSkipMuteUnmuteSound\"",
|
find: "isNoiseCancellationSupported(){",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /isNoiseCancellationSupported\(\)\{/,
|
match: /isNoiseCancellationSupported\(\)\{/,
|
||||||
replace: "$&return false;"
|
replace: "$&return false;"
|
||||||
|
|
|
@ -48,7 +48,7 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
find: ".METRICS,",
|
find: ".METRICS_V2,",
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /this\._intervalId=/,
|
match: /this\._intervalId=/,
|
||||||
|
|
Loading…
Reference in a new issue