|
|
@ -26,8 +26,8 @@ export default definePlugin({
|
|
|
|
patches: [{
|
|
|
|
patches: [{
|
|
|
|
find: "Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
|
|
|
find: "Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
|
|
|
replacement: {
|
|
|
|
replacement: {
|
|
|
|
match: /(message:(.).{0,100}Fragment,\{children:\[)(.{0,90}renderPopout:.{0,200}message_reaction_emoji_picker.+?return (.{1,3})\(.{0,30}"add-reaction")/,
|
|
|
|
match: /\?(?<makeButton>\i)\(.{1,35}\.Messages\.CONFIGURE.+?message:(?<message>\i).+?children:\[/,
|
|
|
|
replace: "$1...Vencord.Api.MessagePopover._buildPopoverElements($2,$4),$3"
|
|
|
|
replace: "$&...Vencord.Api.MessagePopover._buildPopoverElements($<message>,$<makeButton>),"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
});
|
|
|
|
});
|
|
|
|