1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge branch 'develop' into expand-codeblock

This commit is contained in:
Šimon Brandner
2021-01-18 17:54:06 +01:00
23 changed files with 382 additions and 172 deletions

View File

@@ -412,7 +412,10 @@ export default class TextualBody extends React.Component {
ref: this._content,
});
if (this.props.replacingEventId) {
body = [body, this._renderEditedMarker()];
body = <>
{body}
{this._renderEditedMarker()}
</>;
}
if (this.props.highlightLink) {