Skip to content

Commit

Permalink
PinDMs: Fix real time updating when changing settings
Browse files Browse the repository at this point in the history
again...
  • Loading branch information
Nuckyz committed Jan 8, 2025
1 parent 2707b10 commit 5a77149
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.{0,950}showDMHeader:.+?,/,
match: /let{showLibrary:\i,.+?showDMHeader:.+?,/,
replace: "let forceUpdate = Vencord.Util.useForceUpdater();$&_forceUpdate:forceUpdate,"
}
},
Expand Down

0 comments on commit 5a77149

Please sign in to comment.