Merge remote-tracking branch 'upstream/main'

This commit is contained in:
thororen 2024-04-24 12:31:06 -04:00
commit 41021fe666
16 changed files with 893 additions and 19 deletions

View file

@ -86,7 +86,7 @@ export default definePlugin({
patches: [
/* Patch the badge list component on user profiles */
{
find: "Messages.PROFILE_USER_BADGES,role:",
find: 'id:"premium",',
replacement: [
{
match: /&&(\i)\.push\(\{id:"premium".+?\}\);/,