Fix Canary For Now TEMP

This commit is contained in:
thororen1234 2024-09-25 15:50:29 -04:00
parent f22da4d6ed
commit 4ace8fa7ef

View file

@ -87,6 +87,13 @@ export default definePlugin({
replace: "return $1;"
}
]
},
{
find: "lastShownFriendsListGiftIntents).size",
replacement: {
match: /return .{0,50}.size>0/,
replace: "return;"
}
}
],