Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
wtfish?
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Apr 25, 2024
1 parent 0d983f5 commit 908d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suncordplugins/messageLoggerEnhanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export default definePlugin({
{
find: ".removeMosaicItemHoverButton",
replacement: {
match: /(\i=(\i)=>{)(.{1,250}isSingleMosaicItem)/,
match: /(\i=(\i)=>{)(.{1,1000}isSingleMosaicItem)/,
replace: "$1 let forceUpdate=Vencord.Util.useForceUpdater();$self.patchAttachments($2,forceUpdate);$3"
}
},
Expand Down

0 comments on commit 908d5ae

Please sign in to comment.