Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-05-22 09:31:06 -04:00
commit 736c0856f5
11 changed files with 385 additions and 29 deletions

View file

@ -376,6 +376,9 @@ export default definePlugin({
if (!messageLinkRegex.test(props.message.content))
return null;
// need to reset the regex because it's global
messageLinkRegex.lastIndex = 0;
return (
<ErrorBoundary>
<MessageEmbedAccessory