mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 20:37:02 -04:00
chore: remove legacy code
This commit is contained in:
parent
47a39a062e
commit
df214e1e93
2 changed files with 2 additions and 4 deletions
|
@ -222,8 +222,7 @@ export default definePlugin({
|
|||
predicate: () => settings.store.enableStreamQualityBypass,
|
||||
replacement: [
|
||||
"canUseHighVideoUploadQuality",
|
||||
// TODO: Remove the last two when they get removed from stable
|
||||
"(?:canStreamQuality|canStreamHighQuality|canStreamMidQuality)",
|
||||
"canStreamQuality",
|
||||
].map(func => {
|
||||
return {
|
||||
match: new RegExp(`${func}:function\\(\\i(?:,\\i)?\\){`, "g"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue