Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-06-19 12:19:51 -04:00
commit 7adcfaa735
38 changed files with 228 additions and 273 deletions

View file

@ -16,7 +16,8 @@ export default definePlugin({
{
find: "unknownUserMentionPlaceholder:",
replacement: {
match: /\(0,\i\.isEmbedInline\)\(\i\)/,
// SimpleEmbedTypes.has(embed.type) && isEmbedInline(embed)
match: /\i\.has\(\i\.type\)&&\(0,\i\.\i\)\(\i\)/,
replace: "false",
}
}