fix(MessageLogger): Fix module not being found (#338)

This commit is contained in:
Nuckyz 2022-12-16 10:16:47 -03:00 committed by GitHub
parent c257f86576
commit 456164253d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ export default definePlugin({
{
// Attachment renderer
// Module 96063
find: "[\"className\",\"attachment\",\"inlineMedia\"]",
find: "[\"className\",\"attachment\",\"inlineMedia\"",
replacement: [
{
match: /((\w)\.className,\w=\2\.attachment),/,