Fix broken experiments patch

This commit is contained in:
Nuckyz 2024-07-12 16:40:26 -03:00
parent 993304f96c
commit 0057ab42e8
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -88,8 +88,8 @@ export default definePlugin({
{
find: "useCanFavoriteChannel",
replacement: {
match: /!\(\i\.isDM\(\)\|\|\i\.isThread\(\)\)/,
replace: "true",
match: /\i\.isDM\(\)\|\|\i\.isThread\(\)/,
replace: "false",
}
}
],