Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Vendicated/Vencord
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 17, 2024
2 parents 4e68c69 + 48a9aef commit c32f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pinDms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default definePlugin({
{
find: ".FRIENDS},\"friends\"",
replacement: {
match: /(?<=\i=\i=>{).{1,100}premiumTabSelected.{1,800}showDMHeader:.+?,/,
match: /(?<=\i=\i=>{).{1,100}premiumTabSelected.{0,950}showDMHeader:.+?,/,
replace: "let forceUpdate = Vencord.Util.useForceUpdater();$&_forceUpdate:forceUpdate,"
}
},
Expand Down

0 comments on commit c32f00c

Please sign in to comment.