Skip to content

Commit

Permalink
bleeeehhh (thanks rosie)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed May 12, 2023
1 parent 8a76770 commit fb71ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Decap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ function decap(msg: { content?: string; }) {

bef(findByProps("editMessage", "sendMessage"), "sendMessage", args => decap(args[1]));

// bef(findByProps("uploadFiles"), "uploadFiles", args => decap(args[0].parsedMessage));
bef(findByProps("uploadLocalFiles"), "uploadLocalFiles", args => decap(args[0].parsedMessage));

export const onUnload = () => ups.forEach(up => up());

0 comments on commit fb71ab9

Please sign in to comment.