This commit is contained in:
Inbestigator 2024-06-27 16:54:43 -07:00
parent 7a00a73b03
commit 00b177f1b5

View file

@ -79,7 +79,7 @@ export default definePlugin({
},
{
match: /useState\(0\)(?=.{0,100}targetUserId:)/,
replace: "useState($self.isOtherDefault())"
replace: "useState($self.getDefaultState())"
}]
}
],