Emoji: Remove re: from handleElement in StatusContent (#36366)

This commit is contained in:
Echo 2025-10-06 18:20:15 +02:00 committed by GitHub
parent 474fbb2770
commit 9027d60420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,8 @@ class StatusContent extends PureComponent {
key={key} key={key}
/> />
); );
} else if (element instanceof HTMLParagraphElement && element.classList.contains('quote-inline')) {
return null;
} }
return undefined; return undefined;
} }