Fix Message Accessories API (#441)

This commit is contained in:
Nuckyz 2023-01-20 21:47:24 -03:00 committed by GitHub
parent 2641adb29b
commit 6e44b8c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default definePlugin({
authors: [Devs.Cyn],
patches: [
{
find: "_messageAttachmentToEmbedMedia",
find: ".Messages.REMOVE_ATTACHMENT_BODY",
replacement: {
match: /(.container\)?,children:)(\[[^\]]+\])(}\)\};return)/,
replace: (_, pre, accessories, post) =>