diff --git a/src/plugins/apiMessagePopover.ts b/src/plugins/apiMessagePopover.ts index a17cac315..be4b6393a 100644 --- a/src/plugins/apiMessagePopover.ts +++ b/src/plugins/apiMessagePopover.ts @@ -22,12 +22,12 @@ import definePlugin from "@utils/types"; export default definePlugin({ name: "MessagePopoverAPI", description: "API to add buttons to message popovers.", - authors: [Devs.KingFish, Devs.Ven], + authors: [Devs.KingFish, Devs.Ven, Devs.Nuckyz], patches: [{ find: "Messages.MESSAGE_UTILITIES_A11Y_LABEL", replacement: { - // foo && !bar ? createElement(blah,...makeElement(addReactionData)) - match: /\i&&!\i\?\(0,\i\.jsxs?\)\(.{0,200}renderPopout:.{0,300}?(\i)\(.{3,20}\{key:"add-reaction".+?\}/, + // foo && !bar ? createElement(reactionStuffs)... createElement(blah,...makeElement(reply-other)) + match: /\i&&!\i\?\(0,\i\.jsxs?\)\(.{0,200}renderEmojiPicker:.{0,500}\?(\i)\(\{key:"reply-other"/, replace: (m, makeElement) => { const msg = m.match(/message:(.{1,3}),/)?.[1]; if (!msg) throw new Error("Could not find message variable"); diff --git a/src/plugins/pronoundb/index.ts b/src/plugins/pronoundb/index.ts index 55871912c..59ade8da8 100644 --- a/src/plugins/pronoundb/index.ts +++ b/src/plugins/pronoundb/index.ts @@ -63,8 +63,8 @@ export default definePlugin({ { find: ".Messages.USER_POPOUT_PRONOUNS", replacement: { - match: /\i\.\i\.useExperiment\({}\)\.showPronouns/, - replace: "true" + match: /\.showPronouns/, + replace: ".showPronouns||true" } } ],