Emoji: Remove re: from handleElement in StatusContent (#36366)
This commit is contained in:
@@ -220,6 +220,8 @@ class StatusContent extends PureComponent {
|
||||
key={key}
|
||||
/>
|
||||
);
|
||||
} else if (element instanceof HTMLParagraphElement && element.classList.contains('quote-inline')) {
|
||||
return null;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user