Skip to content

Commit

Permalink
PinDMs: Fix real time updating when changing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Dec 16, 2024
1 parent fc731bc commit 48a9aef
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 48a9aef

Please sign in to comment.